about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2021-11-16 08:36:41 +0100
committerGitHub <noreply@github.com>2021-11-16 08:36:41 +0100
commitda0b3d3eecb3e3a323bc7b9bf26102039b77998f (patch)
tree21cd57e65fb75b12f0b5f088c4de4d42b3b82a70 /pkgs
parente2f97524d1d10b974864588ea252cfba46ee3845 (diff)
parent00e6996f240221a1cbeb8b75312e0f6e4b7fe7f9 (diff)
Merge pull request #146100 from fabaff/bump-aiolookin
python3Packages.aiolookin: 0.0.3 -> 0.0.4
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/aiolookin/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aiolookin/default.nix b/pkgs/development/python-modules/aiolookin/default.nix
index a81c817e4e071..0af203d8fb7be 100644
--- a/pkgs/development/python-modules/aiolookin/default.nix
+++ b/pkgs/development/python-modules/aiolookin/default.nix
@@ -11,7 +11,7 @@
 
 buildPythonPackage rec {
   pname = "aiolookin";
-  version = "0.0.3";
+  version = "0.0.4";
   format = "setuptools";
 
   disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
     owner = "ANMalko";
     repo = pname;
     rev = "v${version}";
-    sha256 = "15mdvrzvqpdvg9zkczzgzzc5v2ri3v5f17000mhxill1nhirxhqx";
+    sha256 = "sha256-Kqys76c/9Mw3ETgF0N4rA9mz5DELwTMjAK38PPN8Ahs=";
   };
 
   propagatedBuildInputs = [