We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab3a493 + 94c37ca commit 38b785eCopy full SHA for 38b785e
1 file changed
pkgs/development/python-modules/yalexs-ble/default.nix
@@ -15,14 +15,14 @@
15
16
buildPythonPackage (finalAttrs: {
17
pname = "yalexs-ble";
18
- version = "3.2.7";
+ version = "3.2.8";
19
pyproject = true;
20
21
src = fetchFromGitHub {
22
owner = "Yale-Libs";
23
repo = "yalexs-ble";
24
tag = "v${finalAttrs.version}";
25
- hash = "sha256-8Y2ix5ikrWC9taCHJhg8Irt3PGOiH+OzqLRSVW/q8Gs=";
+ hash = "sha256-Aq0tZp5h3vDxxoPYefSCoTqJV8dZYvMbITd3icdIMf8=";
26
};
27
28
build-system = [ poetry-core ];
0 commit comments