python310Packages.pyzerproc: 0.4.11 -> 0.4.12

Diff: https://github.com/emlove/pyzerproc/compare/refs/tags/0.4.11...0.4.12
This commit is contained in:
Martin Weinelt 2023-04-07 19:19:15 +02:00
parent 9278e88084
commit 6ee021d964

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyzerproc";
version = "0.4.11";
version = "0.4.12";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "emlove";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-FNiq/dbh5PMTxnKCKDSHEvllehAEUYvWZS+OyP3lSW8=";
hash = "sha256-vS0sk/KjDhWispZvCuGlmVLLfeFymHqxwNzNqNRhg6k=";
};
postPatch = ''