about summary refs log tree commit diff
path: root/pkgs/development/python-modules/aiohttp-remotes
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-11-14 08:12:53 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-11-14 08:12:53 +0000
commitc27254571b48e46519f1fa3698000a5fe31faf8d (patch)
tree4bad721439359fa76685334e9fd0b78cfbccaf0b /pkgs/development/python-modules/aiohttp-remotes
parenta6b0f5af471e2386f289be9690ecb303720b97cb (diff)
python38Packages.aiohttp-remotes: 1.0.0 -> 1.1.0
Diffstat (limited to 'pkgs/development/python-modules/aiohttp-remotes')
-rw-r--r--pkgs/development/python-modules/aiohttp-remotes/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aiohttp-remotes/default.nix b/pkgs/development/python-modules/aiohttp-remotes/default.nix
index 7b97febc6ecb3..70e3923ee726b 100644
--- a/pkgs/development/python-modules/aiohttp-remotes/default.nix
+++ b/pkgs/development/python-modules/aiohttp-remotes/default.nix
@@ -4,11 +4,11 @@
 
 buildPythonPackage rec {
   pname = "aiohttp_remotes";
-  version = "1.0.0";
+  version = "1.1.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1vv2ancxsaxlls9sinigjnrqyx95n7cphq37m8nwifkhvs0idv6a";
+    sha256 = "e44f2c5fd5fc3305477c89bb25f14570589100cc58c48b36745d4239839d3174";
   };
 
   propagatedBuildInputs = [ aiohttp ];