python312Packages.pygraphviz: 1.13 -> 1.14 ()

This commit is contained in:
OTABI Tomoya 2024-10-04 21:44:55 +09:00 committed by GitHub
commit 9447857e1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pygraphviz";
version = "1.13";
version = "1.14";
pyproject = true;
disabled = pythonOlder "3.10";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "pygraphviz";
repo = "pygraphviz";
rev = "refs/tags/pygraphviz-${version}";
hash = "sha256-/H7eHgs3jtbgat8//1Y1S3iV5s0UBKW+J+zK+f8qGqI=";
hash = "sha256-RyUmT2djj2GnVG82xO9HULMAJZb2LYMUGDRvCwaYBg8=";
};
patches = [