From 1d729f64bf3a2f729fd1d3b7ffd68aaa45e03bcf Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 27 Feb 2025 07:23:06 +0000 Subject: [PATCH] python312Packages.pylacus: 1.12.1 -> 1.13.0 --- pkgs/development/python-modules/pylacus/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/pylacus/default.nix b/pkgs/development/python-modules/pylacus/default.nix index 2ba2c4ead705..1bdffbd6698e 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.12.1"; + version = "1.13.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "ail-project"; repo = "PyLacus"; tag = "v${version}"; - hash = "sha256-nFVIS7G1EvoiOz0MWuCdNPfEL1Tb6lLD00Cw9427obQ="; + hash = "sha256-uN2Mw3jOoGRkWZDI1CAdFfzKfxDhp6aAFXIsQSLRetI="; }; build-system = [ poetry-core ]; @@ -33,7 +33,7 @@ buildPythonPackage rec { meta = with lib; { description = "Module to enqueue and query a remote Lacus instance"; homepage = "https://github.com/ail-project/PyLacus"; - changelog = "https://github.com/ail-project/PyLacus/releases/tag/v${version}"; + changelog = "https://github.com/ail-project/PyLacus/releases/tag/${src.tag}"; license = licenses.bsd3; maintainers = with maintainers; [ fab ]; };