Merge pull request #200343 from r-ryantm/auto-update/python310Packages.hyrule

python310Packages.hyrule: 0.2 -> 0.2.1
This commit is contained in:
Thiago Kenji Okada 2022-11-09 09:23:09 +00:00 committed by GitHub
commit a76fd2a846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "hyrule";
version = "0.2";
version = "0.2.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "hylang";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-/YHgJq+C5+yc+44s76OR0WELUm8KHL2xxtJmGDTChCM=";
sha256 = "sha256-UvLk5d1lhoXBP2y3YfxVBCoKb3PMHUeNnnbAX6iypiU=";
};
propagatedBuildInputs = [