python3Packages.pyhaversion: 21.10.1 -> 21.10.0

This commit is contained in:
Martin Weinelt 2021-10-12 19:27:00 +02:00
parent 8087c521fa
commit 6a01f68d83
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pyhaversion";
version = "21.10.1";
version = "21.10.0";
# Only 3.8.0 and beyond are supported
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "ludeeus";
repo = pname;
rev = version;
sha256 = "sha256-7J7zzJlevNQb7TpFYuGvsk3EWBgwhmV32xPNSLA/LS4=";
sha256 = "sha256-EvVkewFgkfYL6BjmJ/IWeuCyR+0R0ZxI35i9sxKcqxo=";
};
propagatedBuildInputs = [