python312Packages.cached-ipaddress: 0.5.0 -> 0.6.0
Diff: https://github.com/bdraco/cached-ipaddress/compare/refs/tags/v0.5.0...v0.6.0 Changelog: https://github.com/bdraco/cached-ipaddress/blob/refs/tags/v0.6.0/CHANGELOG.md
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "cached-ipaddress";
|
||||
version = "0.5.0";
|
||||
version = "0.6.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||
owner = "bdraco";
|
||||
repo = "cached-ipaddress";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-Ec2tW1X0iYdQFd5XFRABwUTPjqxV5lhwT6UEimmF+/o=";
|
||||
hash = "sha256-wF5GBQCmKHo3sX4lYA9/wS69x4fFNNh08VG3qMp9UKs=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
||||
Reference in New Issue
Block a user