about summary refs log tree commit diff
path: root/pkgs/development/python-modules/amcrest
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-09-13 22:49:50 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-09-13 22:49:50 +0200
commit99687e1a713317b319eb8e555f486195dcfe15dd (patch)
treea6833cc0e11ef16c89152b9335f12f23ea17da79 /pkgs/development/python-modules/amcrest
parente11c750b42664027fcfb66c3f9ff3fe304f5e005 (diff)
python311Packages.amcrest: 1.9.7 -> 1.9.8
Diff: https://github.com/tchellomello/python-amcrest/compare/1.9.7...1.9.8
Diffstat (limited to 'pkgs/development/python-modules/amcrest')
-rw-r--r--pkgs/development/python-modules/amcrest/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/amcrest/default.nix b/pkgs/development/python-modules/amcrest/default.nix
index 83ccc797cf129..2440a3892c699 100644
--- a/pkgs/development/python-modules/amcrest/default.nix
+++ b/pkgs/development/python-modules/amcrest/default.nix
@@ -14,14 +14,14 @@
 
 buildPythonPackage rec {
   pname = "amcrest";
-  version = "1.9.7";
+  version = "1.9.8";
   disabled = pythonOlder "3.6";
 
   src = fetchFromGitHub {
     owner = "tchellomello";
     repo = "python-amcrest";
     rev = version;
-    hash = "sha256-An7MnGtZsmEZU/y6E0sivdexFD6HJRTB1juXqHfbDzE=";
+    hash = "sha256-v0jWEZo06vltEq//suGrvJ/AeeDxUG5CCFhbf03q34w=";
   };
 
   propagatedBuildInputs = [