python311Packages.pyutil: 3.3.2 -> 3.3.6

This commit is contained in:
Fabian Affolter 2023-05-06 00:26:40 +02:00
parent cac19e0266
commit 4ab488f8f1

View file

@ -9,11 +9,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pyutil"; pname = "pyutil";
version = "3.3.2"; version = "3.3.6";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-6hbSxVtvg0Eh3rYyp0VLCg+uJdXRMLFfa+l667B2yfw="; hash = "sha256-XcPWu5xbq6u10Ldz4JQEXXVxLos0ry0psOKGAmaCZ8A=";
}; };
propagatedBuildInputs = [ simplejson ]; propagatedBuildInputs = [ simplejson ];