3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.luftdaten: 0.7.3 -> 0.7.4

This commit is contained in:
Fabian Affolter 2022-11-08 22:49:07 +01:00
parent 8e1d38e77d
commit 5e666ed584

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "luftdaten";
version = "0.7.3";
version = "0.7.4";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "home-assistant-ecosystem";
repo = "python-luftdaten";
rev = version;
sha256 = "sha256-+wIouOHIYgjIrObos21vzdKFQLhwutorarVUBDxCsaA=";
sha256 = "sha256-nOhJKlUJ678DJ/ilyRHaiQ2fGfoCl+x6l9lsczVLAGw=";
};
nativeBuildInputs = [