Merge pull request #193085 from r-ryantm/auto-update/python310Packages.eiswarnung

python310Packages.eiswarnung: 1.1.0 -> 1.1.1
This commit is contained in:
Fabian Affolter 2022-09-27 00:15:07 +02:00 committed by GitHub
commit 9ddefb419e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "eiswarnung";
version = "1.1.0";
version = "1.1.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "klaasnicolaas";
repo = "python-eiswarnung";
rev = "refs/tags/v${version}";
hash = "sha256-fyxqVSZcbo/rrItad5ZTwmp4N8s0HGBdxvx3LBax/hc=";
hash = "sha256-sMR16if2Q+lK+ilnVNYVootBN2LFwBQLlZFkoX+oS/g=";
};
nativeBuildInputs = [