about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-11-04 10:21:02 +0100
committerGitHub <noreply@github.com>2023-11-04 10:21:02 +0100
commitddfe97ce08ed1a4302445d9ef4b73e83b012f621 (patch)
treec0df712bd0517c2085caed051c1a8f5871f6d84f /pkgs
parent003bfce1553a5d8aebb8c43c9bab7cafdce9c733 (diff)
parenteb9fdf2ad51107ca3b5b329cebb957967361a749 (diff)
Merge pull request #265340 from fabaff/aioairq-bump
python311Packages.aioairq: 0.3.0 -> 0.3.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/aioairq/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aioairq/default.nix b/pkgs/development/python-modules/aioairq/default.nix
index 73be4e3f64cfa..13eff2506598d 100644
--- a/pkgs/development/python-modules/aioairq/default.nix
+++ b/pkgs/development/python-modules/aioairq/default.nix
@@ -8,7 +8,7 @@
 
 buildPythonPackage rec {
   pname = "aioairq";
-  version = "0.3.0";
+  version = "0.3.1";
   format = "setuptools";
 
   disabled = pythonOlder "3.9";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
     owner = "CorantGmbH";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-9OO3ox6q08QQcYfz4ArsKy/6jR329bAQPUo+mVYuhJs=";
+    hash = "sha256-SRsDSHTZkkygaQZjHENKNLx3ZWMi/PubS1m/MonEKNk=";
   };
 
   propagatedBuildInputs = [