Skip to content

Commit

Permalink
python312Packages.pylacus: 1.10.0 -> 1.11.1 (#347850)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Oct 11, 2024
2 parents b1f6b44 + dfa987c commit 13e7885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pylacus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

buildPythonPackage rec {
pname = "pylacus";
version = "1.10.0";
version = "1.11.1";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "ail-project";
repo = "PyLacus";
rev = "refs/tags/v${version}";
hash = "sha256-HPd/kF79Xb5kyYdOpm6ny6/rRNeu8WkTv7rM1Kpb7YI=";
hash = "sha256-kCYpv6rCvjeXlyB+x6AgT9DY9EvccoQKaWpR19ZJhLc=";
};

build-system = [ poetry-core ];
Expand Down

0 comments on commit 13e7885

Please sign in to comment.