about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-01-16 10:24:45 +0100
committerGitHub <noreply@github.com>2024-01-16 10:24:45 +0100
commit116783ed5a29798bee9a1155413d6495f61fc87a (patch)
treeaab60466c5c1538c6357787ee0c4dcc876887f42
parent6a13bc18aa25a288302f37e8a5f8738d9329ab57 (diff)
parent4dd063739978c149b15a974b557115bcceba3470 (diff)
downloadnixlib-116783ed5a29798bee9a1155413d6495f61fc87a.tar
nixlib-116783ed5a29798bee9a1155413d6495f61fc87a.tar.gz
nixlib-116783ed5a29798bee9a1155413d6495f61fc87a.tar.bz2
nixlib-116783ed5a29798bee9a1155413d6495f61fc87a.tar.lz
nixlib-116783ed5a29798bee9a1155413d6495f61fc87a.tar.xz
nixlib-116783ed5a29798bee9a1155413d6495f61fc87a.tar.zst
nixlib-116783ed5a29798bee9a1155413d6495f61fc87a.zip
Merge pull request #280705 from fabaff/kombu-bump
python311Packages.kombu: 5.3.4 -> 5.3.5
-rw-r--r--pkgs/development/python-modules/kombu/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/kombu/default.nix b/pkgs/development/python-modules/kombu/default.nix
index cdab3aac8ff4..27190f8733e8 100644
--- a/pkgs/development/python-modules/kombu/default.nix
+++ b/pkgs/development/python-modules/kombu/default.nix
@@ -27,14 +27,14 @@
 
 buildPythonPackage rec {
   pname = "kombu";
-  version = "5.3.4";
+  version = "5.3.5";
   format = "setuptools";
 
   disabled = pythonOlder "3.8";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-C7LieGRNEd6mJywXl0o9u5aIqUnzu2CutbeRMpxE+tw=";
+    hash = "sha256-MORw8aa0nHDcb20Tw+TMTheKpsRpzra81VZFOF/IS5M=";
   };
 
   propagatedBuildInputs = [