about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-06-02 11:05:10 -0500
committerGitHub <noreply@github.com>2019-06-02 11:05:10 -0500
commit19973538842313ce14b91de13f09f578f2e84106 (patch)
tree0c9c8654e262110191f396d300a81277bfa08a2b /pkgs
parent215dc7db4897c42a4e63422961f5991c891b45cc (diff)
parentd548021c0e3ae27773dce63fe1803518e12bba73 (diff)
Merge pull request #62508 from r-ryantm/auto-update/python3.7-amqp
python37Packages.amqp: 2.4.2 -> 2.5.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/amqp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/amqp/default.nix b/pkgs/development/python-modules/amqp/default.nix
index 29fd1f592f303..bf008df3832f5 100644
--- a/pkgs/development/python-modules/amqp/default.nix
+++ b/pkgs/development/python-modules/amqp/default.nix
@@ -2,11 +2,11 @@
 
 buildPythonPackage rec {
   pname = "amqp";
-  version = "2.4.2";
+  version = "2.5.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "043beb485774ca69718a35602089e524f87168268f0d1ae115f28b88d27f92d7";
+    sha256 = "1j1046gcriidsfha0hvrw6hwcm0wrhbvg0prjjji5inaadyzidnb";
   };
 
   checkInputs = [ pytest case pytest-sugar ];