Skip to content

Commit 72b5b11

Browse files
authored
python313Packages.pylacus: 1.13.1 -> 1.13.2 (#395417)
2 parents 8bf2a6a + 249aca5 commit 72b5b11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

1010
buildPythonPackage rec {
1111
pname = "pylacus";
12-
version = "1.13.1";
12+
version = "1.13.2";
1313
pyproject = true;
1414

1515
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
1818
owner = "ail-project";
1919
repo = "PyLacus";
2020
tag = "v${version}";
21-
hash = "sha256-oA2AuodhRox36gSp9adTdFIHQtmSoSaWmZYpvPnoHSQ=";
21+
hash = "sha256-EZhlAlZbxcZRpdeAqIwEXV9YPyleW2jnea+e5jRL1EE=";
2222
};
2323

2424
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)