From 249aca58642b5e2195dd04de833547360dfd818a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 2 Apr 2025 10:32:09 +0200 Subject: [PATCH] python313Packages.pylacus: 1.13.1 -> 1.13.2 Diff: https://github.com/ail-project/PyLacus/compare/refs/tags/v1.13.1...v1.13.2 Changelog: https://github.com/ail-project/PyLacus/releases/tag/v1.13.2 --- pkgs/development/python-modules/pylacus/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pylacus/default.nix b/pkgs/development/python-modules/pylacus/default.nix index 2997babd3023..653332482b1e 100644 --- a/pkgs/development/python-modules/pylacus/default.nix +++ b/pkgs/development/python-modules/pylacus/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "pylacus"; - version = "1.13.1"; + version = "1.13.2"; pyproject = true; disabled = pythonOlder "3.8"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "ail-project"; repo = "PyLacus"; tag = "v${version}"; - hash = "sha256-oA2AuodhRox36gSp9adTdFIHQtmSoSaWmZYpvPnoHSQ="; + hash = "sha256-EZhlAlZbxcZRpdeAqIwEXV9YPyleW2jnea+e5jRL1EE="; }; build-system = [ poetry-core ];