about summary refs log tree commit diff
path: root/pkgs/development/python-modules/aiorecollect
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-08-03 21:45:44 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-08-03 21:45:44 +0200
commite2ddb60aaf5d45db97c0f501ff7c887b310cd87a (patch)
tree632514ff379999e7264fd9e320b06ebab18446ef /pkgs/development/python-modules/aiorecollect
parent8ff76e34e075907aa700d44555090b7b45f37d44 (diff)
python3Packages.aiorecollect: 1.0.6 -> 1.0.7
Diffstat (limited to 'pkgs/development/python-modules/aiorecollect')
-rw-r--r--pkgs/development/python-modules/aiorecollect/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aiorecollect/default.nix b/pkgs/development/python-modules/aiorecollect/default.nix
index 983ff7716907c..f803a8d5548f5 100644
--- a/pkgs/development/python-modules/aiorecollect/default.nix
+++ b/pkgs/development/python-modules/aiorecollect/default.nix
@@ -12,14 +12,14 @@
 
 buildPythonPackage rec {
   pname = "aiorecollect";
-  version = "1.0.6";
+  version = "1.0.7";
   format = "pyproject";
 
   src = fetchFromGitHub {
     owner = "bachya";
     repo = pname;
     rev = version;
-    sha256 = "0vm19rcy14fdsfddjskxh0nlph10jrj3qh6xqwv73wgcmbdpr91i";
+    sha256 = "1s96zfrw8kdpmyxkiskz1ys8h23dx3b46psmlg1z6d4pkb611ijz";
   };
 
   nativeBuildInputs = [