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:
parent
6964ded47b
commit
cec1aec394
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user