Merge pull request #141130 from fabaff/bump-pyhaversion

This commit is contained in:
Martin Weinelt 2021-10-11 16:03:57 +02:00 committed by GitHub
commit bcc58cb22d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pyhaversion"; pname = "pyhaversion";
version = "21.07.0"; version = "21.10.1";
# Only 3.8.0 and beyond are supported # Only 3.8.0 and beyond are supported
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "ludeeus"; owner = "ludeeus";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-LcuMLYekeK9HR+SR8+R+EvuxxaN3RCh7KV969RngZjw="; sha256 = "sha256-7J7zzJlevNQb7TpFYuGvsk3EWBgwhmV32xPNSLA/LS4=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [