python3Packages.hyrule: 0.4.0 -> 0.5.0

This commit is contained in:
Thiago Kenji Okada
2024-01-06 12:25:26 +00:00
parent 4c762156c4
commit 3e77cd2b83
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "hyrule";
version = "0.4.0";
version = "0.5.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "hylang";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-D5d/WwGSbEmSeyVBTIpGOqi+I6PkRdo8dhDaCeeOW4M=";
hash = "sha256-MARpQFEypTJ4KpojVRxcHYvo6e6Gvk4B6tnrViV6QmY=";
};
propagatedBuildInputs = [