python310Packages.prefixed: 0.4.0 -> 0.4.2

This commit is contained in:
R. Ryantm
2022-11-13 21:48:49 -05:00
committed by Dmitry Kalinkin
parent cd27a5b436
commit 41eb952bbb
@@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "prefixed";
version = "0.4.0";
version = "0.4.2";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-z5awVvmKubphXQMR7Kg3s9oBIBXNxZTz/uJIyvcCKLc=";
sha256 = "sha256-gfTjvBUEbncnE6uA8IaQ5hxSzOsgFBQldU6rWwCxMMk=";
};
checkInputs = [ pytestCheckHook ];