about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-02-11 18:32:07 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2024-02-11 18:32:07 +0100
commit89ba8e8d09f764efb7d00a720fc0cb6800f099f2 (patch)
treeda76eeae2c2896792b30789472d8777bd81f0834
parentfd6ea004a061fbb849cf837b831d94c54b958c49 (diff)
downloadnixlib-89ba8e8d09f764efb7d00a720fc0cb6800f099f2.tar
nixlib-89ba8e8d09f764efb7d00a720fc0cb6800f099f2.tar.gz
nixlib-89ba8e8d09f764efb7d00a720fc0cb6800f099f2.tar.bz2
nixlib-89ba8e8d09f764efb7d00a720fc0cb6800f099f2.tar.lz
nixlib-89ba8e8d09f764efb7d00a720fc0cb6800f099f2.tar.xz
nixlib-89ba8e8d09f764efb7d00a720fc0cb6800f099f2.tar.zst
nixlib-89ba8e8d09f764efb7d00a720fc0cb6800f099f2.zip
python311Packages.aiopegelonline: 0.0.7 -> 0.0.8
Diff: https://github.com/mib1185/aiopegelonline/compare/refs/tags/v0.0.7...v0.0.8

Changelog: https://github.com/mib1185/aiopegelonline/releases/tag/v0.0.8
-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 a596791e74c0..876bf5ce3c2d 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.7";
+  version = "0.0.8";
   format = "setuptools";
 
   disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
     owner = "mib1185";
     repo = "aiopegelonline";
     rev = "refs/tags/v${version}";
-    hash = "sha256-r+5b52N/vliKHx6qOLJ4lWcQt1TPEcn5Dz7cZNhRbNg=";
+    hash = "sha256-Z/3IF5AwiNB+h8wug+57OVdLpFxGoiUe2xG4euHT1Bw=";
   };
 
   propagatedBuildInputs = [