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>2021-09-10 14:49:09 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-09-10 14:49:09 +0200
commitd2b6db713335e861b2804dfc5c21364914488a31 (patch)
tree1e7c60b2c4b30ce901537104c8a7688b871132d0 /pkgs/development/python-modules/amcrest
parentc678e050c1978110badd975274785265fc953a66 (diff)
python3Packages.amcrest: 1.8.0 -> 1.8.1
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 dc132d102f269..478ab1811e489 100644
--- a/pkgs/development/python-modules/amcrest/default.nix
+++ b/pkgs/development/python-modules/amcrest/default.nix
@@ -13,14 +13,14 @@
 
 buildPythonPackage rec {
   pname = "amcrest";
-  version = "1.8.0";
+  version = "1.8.1";
   disabled = pythonOlder "3.6";
 
   src = fetchFromGitHub {
     owner = "tchellomello";
     repo = "python-amcrest";
     rev = version;
-    sha256 = "180c0g840vh8dg4f08j0r29pdnhisav93d3axfvicd8fsb2cn36g";
+    sha256 = "sha256-a23AjLRNghu5CT3GHvnti0BHnku9CxLP1EkE0GrwB3w=";
   };
 
   propagatedBuildInputs = [