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.
2 parents 8bf2a6a + 249aca5 commit 72b5b11Copy full SHA for 72b5b11
pkgs/development/python-modules/pylacus/default.nix
@@ -9,7 +9,7 @@
9
10
buildPythonPackage rec {
11
pname = "pylacus";
12
- version = "1.13.1";
+ version = "1.13.2";
13
pyproject = true;
14
15
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
18
owner = "ail-project";
19
repo = "PyLacus";
20
tag = "v${version}";
21
- hash = "sha256-oA2AuodhRox36gSp9adTdFIHQtmSoSaWmZYpvPnoHSQ=";
+ hash = "sha256-EZhlAlZbxcZRpdeAqIwEXV9YPyleW2jnea+e5jRL1EE=";
22
};
23
24
build-system = [ poetry-core ];
0 commit comments