about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-10-31 12:11:47 -0400
committerGitHub <noreply@github.com>2023-10-31 12:11:47 -0400
commitf24ee0c1e239ec00b12bc466d2aa1b8efa152191 (patch)
treeaf3de5d77952d8aec684e931daa627b185c391aa
parent6a93aac5f96353954fd579cba6327797487baad5 (diff)
parentbdf7122692db99779f9333ca1c9b465de5cf746e (diff)
Merge pull request #264597 from fabaff/aiopegelonline-bump
python311Packages.aiopegelonline: 0.0.6 -> 0.0.7
-rw-r--r--pkgs/development/python-modules/aiopegelonline/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aiopegelonline/default.nix b/pkgs/development/python-modules/aiopegelonline/default.nix
index 3e78733ce4432..a596791e74c0f 100644
--- a/pkgs/development/python-modules/aiopegelonline/default.nix
+++ b/pkgs/development/python-modules/aiopegelonline/default.nix
@@ -10,7 +10,7 @@
 
 buildPythonPackage rec {
   pname = "aiopegelonline";
-  version = "0.0.6";
+  version = "0.0.7";
   format = "setuptools";
 
   disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
     owner = "mib1185";
     repo = "aiopegelonline";
     rev = "refs/tags/v${version}";
-    hash = "sha256-UbH5S+BfXMAurEvPx0sOzNoV/yypbMCPN3Y3cSherfQ=";
+    hash = "sha256-r+5b52N/vliKHx6qOLJ4lWcQt1TPEcn5Dz7cZNhRbNg=";
   };
 
   propagatedBuildInputs = [