Merge pull request #118160 from fabaff/bump-pyhaversion

python3Packages.pyhaversion: 20.12.1 -> 21.3.0
This commit is contained in:
Sandro 2021-04-01 01:52:53 +02:00 committed by GitHub
commit 8ad8467553
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pyhaversion";
version = "20.12.1";
version = "21.3.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 = "17yl67dgw75dghljcfwzblm11kqnh6sxf47w62mxz86aq9zrvcxd";
sha256 = "sha256-2vW4BN5qwJZYQ8FU3bpSA2v1dX6TOhcHDbHRMDPoRAs=";
};
propagatedBuildInputs = [
@ -32,7 +32,6 @@ buildPythonPackage rec {
checkInputs = [
aresponses
awesomeversion
pytest-asyncio
pytestCheckHook
];