Skip to content

Commit 8e03a00

Browse files
authored
python312Packages.pyipv8: 2.13.0 -> 3.0.0 (#362458)
2 parents d37a276 + 7f7f18a commit 8e03a00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pyipv8/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616

1717
buildPythonPackage rec {
1818
pname = "pyipv8";
19-
version = "2.13.0";
19+
version = "3.0.0";
2020

2121
src = fetchPypi {
2222
inherit pname version;
23-
hash = "sha256-Qp5vqMa7kfSp22C5KAUvut+4YbSXMEZRsHsLevB4QvE=";
23+
hash = "sha256-e8HoKKA1s93LbmvHs7gJqmCcuZZ9REenBwxKJFR6wjM=";
2424
};
2525

2626
propagatedBuildInputs = [

0 commit comments

Comments
 (0)