about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-11-08 22:49:07 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2022-11-08 22:49:07 +0100
commit5e666ed584de652a5eca76b4f58541e7b013b99d (patch)
treed670d3f65c2422677148ef0b4ef7cc3ade1f7a53 /pkgs
parent8e1d38e77d72585de78704faa357dca1df88927e (diff)
python310Packages.luftdaten: 0.7.3 -> 0.7.4
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/luftdaten/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/luftdaten/default.nix b/pkgs/development/python-modules/luftdaten/default.nix
index db43387df27a8..ccfe6bcf3fb52 100644
--- a/pkgs/development/python-modules/luftdaten/default.nix
+++ b/pkgs/development/python-modules/luftdaten/default.nix
@@ -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 = [