python3Packages.rki-covid-parser: 1.3.1 -> 1.3.2

This commit is contained in:
Fabian Affolter 2022-02-20 22:22:36 +01:00
parent 200badba2d
commit 5ab8c97a90

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "rki-covid-parser";
version = "1.3.1";
version = "1.3.2";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "thebino";
repo = pname;
rev = "v${version}";
sha256 = "UTLWBbNjvRuBwc5JD8l+izJu5vODLwS16ExdxUPT14A=";
sha256 = "sha256-lJFeGg34L+hmH/ZhTx7FGir/9dK/rviaGveOl2HgNlM=";
};
propagatedBuildInputs = [