2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-18 18:14:42 +00:00

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
This commit is contained in:
Fabian Affolter 2024-12-03 23:45:03 +01:00
parent 6964ded47b
commit cec1aec394

View File

@ -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 ];