lol

python310Packages.altgraph: 0.17.3 -> 0.17.4

authored by

R. Ryantm and committed by
Yaya
b16f197a d17b5e1c

+2 -2
+2 -2
pkgs/development/python-modules/altgraph/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "altgraph"; 8 - version = "0.17.3"; 8 + version = "0.17.4"; 9 9 10 10 format = "setuptools"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - sha256 = "ad33358114df7c9416cdb8fa1eaa5852166c505118717021c6a8c7c7abbd03dd"; 14 + sha256 = "sha256-G1r7uY9sTcrbLirmq5+plLu4wddfT6ltNA+UN65FRAY="; 15 15 }; 16 16 17 17 pythonImportsCheck = [ "altgraph" ];