Skip to content

Commit 72f7b6d

Browse files
authored
python313Packages.python-bsblan: 1.2.1 -> 1.2.2 (#410295)
2 parents c464c44 + 54a8cac commit 72f7b6d

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/python-bsblan

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/python-bsblan/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
buildPythonPackage rec {
2222
pname = "python-bsblan";
23-
version = "1.2.1";
23+
version = "1.2.2";
2424
pyproject = true;
2525

2626
disabled = pythonOlder "3.12";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
2929
owner = "liudger";
3030
repo = "python-bsblan";
3131
tag = "v${version}";
32-
hash = "sha256-b+/Cy8F2xUsYOr8PGQxkdXD07pAECNmbeWbuysSAT2I=";
32+
hash = "sha256-qzQP77bfV21g7DIdZfJCyv9FN/U6aQk9wWV9xPZFolk=";
3333
};
3434

3535
postPatch = ''

0 commit comments

Comments
 (0)