We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfbf67f commit 54a8cacCopy full SHA for 54a8cac
pkgs/development/python-modules/python-bsblan/default.nix
@@ -20,7 +20,7 @@
20
21
buildPythonPackage rec {
22
pname = "python-bsblan";
23
- version = "1.2.1";
+ version = "1.2.2";
24
pyproject = true;
25
26
disabled = pythonOlder "3.12";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
29
owner = "liudger";
30
repo = "python-bsblan";
31
tag = "v${version}";
32
- hash = "sha256-b+/Cy8F2xUsYOr8PGQxkdXD07pAECNmbeWbuysSAT2I=";
+ hash = "sha256-qzQP77bfV21g7DIdZfJCyv9FN/U6aQk9wWV9xPZFolk=";
33
};
34
35
postPatch = ''
0 commit comments