python310Packages.groestlcoin_hash: 1.0.1 -> 1.0.3

This commit is contained in:
R. Ryantm 2022-01-25 08:37:05 +00:00 committed by Jonathan Ringer
parent 2410a4db4e
commit b98584d32a

View File

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "groestlcoin_hash";
version = "1.0.1";
version = "1.0.3";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Nkco8ZA0rJaT9Mx4NIcptMvzd4h0BsRn2+gomdesirg=";
sha256 = "31a8f6fa4c19db5258c3c73c071b71702102c815ba862b6015d9e4b75ece231e";
};
pythonImportsCheck = [