From cec1aec3946e2b677cb466b53fe9e7e3fcdaba88 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 3 Dec 2024 23:45:03 +0100 Subject: [PATCH] python312Packages.librouteros: 3.3.0 -> 3.3.1 Diff: https://github.com/luqasz/librouteros/compare/refs/tags/3.3.0...3.3.1 Changelog: https://github.com/luqasz/librouteros/blob/3.3.1/CHANGELOG.rst --- pkgs/development/python-modules/librouteros/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/librouteros/default.nix b/pkgs/development/python-modules/librouteros/default.nix index c1892e247860..069a353dd0b0 100644 --- a/pkgs/development/python-modules/librouteros/default.nix +++ b/pkgs/development/python-modules/librouteros/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "librouteros"; - version = "3.3.0"; + version = "3.3.1"; pyproject = true; disabled = pythonOlder "3.8"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "luqasz"; repo = "librouteros"; rev = "refs/tags/${version}"; - hash = "sha256-dbeKJ3iG0eEW+sJJoZmQXyUad6mPhIlCAdJyQZT+CCQ="; + hash = "sha256-vwM7psrb+7ww+oAc3l7y1YkNzgLyxX2VvHbLxcqQypo="; }; build-system = [ poetry-core ];