about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-08-21 12:59:31 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2022-09-25 16:21:08 +0200
commit35e8308d98eca72b1fb4e806f847ef89d5a192ef (patch)
treebfb8b0f5d09f29dc1b3f088b466d90fe5b7a2704
parent46d35852e94bce9381877bcb44032e0c39da0bb1 (diff)
downloadnixlib-35e8308d98eca72b1fb4e806f847ef89d5a192ef.tar
nixlib-35e8308d98eca72b1fb4e806f847ef89d5a192ef.tar.gz
nixlib-35e8308d98eca72b1fb4e806f847ef89d5a192ef.tar.bz2
nixlib-35e8308d98eca72b1fb4e806f847ef89d5a192ef.tar.lz
nixlib-35e8308d98eca72b1fb4e806f847ef89d5a192ef.tar.xz
nixlib-35e8308d98eca72b1fb4e806f847ef89d5a192ef.tar.zst
nixlib-35e8308d98eca72b1fb4e806f847ef89d5a192ef.zip
python310Packages.nats-py: 2.1.5 -> 2.1.6
-rw-r--r--pkgs/development/python-modules/nats-py/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/nats-py/default.nix b/pkgs/development/python-modules/nats-py/default.nix
index 2372463944b5..10650d319053 100644
--- a/pkgs/development/python-modules/nats-py/default.nix
+++ b/pkgs/development/python-modules/nats-py/default.nix
@@ -10,7 +10,7 @@
 
 buildPythonPackage rec {
   pname = "nats-py";
-  version = "2.1.5";
+  version = "2.1.6";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
     owner = "nats-io";
     repo = "nats.py";
     rev = "refs/tags/v${version}";
-    hash = "sha256-Tl5qzw8q+6Pt8mWFjCc7gKZ+mFlp+9klO0ETkibcnFA=";
+    hash = "sha256-ILYZofQf9xnD294GL8rB07bg/Su7TD3KzpDTxrqERak=";
   };
 
   propagatedBuildInputs = [