about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-03-27 07:46:02 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2019-03-27 15:46:02 +0100
commit829ed264c8febb041213dd42b4d03f7cd18c8557 (patch)
tree8212023aa9525e357bdd427574a21c5bace441f5 /pkgs
parent4442cd8a72396a9e32d5811a6771557c16848f08 (diff)
downloadnixlib-829ed264c8febb041213dd42b4d03f7cd18c8557.tar
nixlib-829ed264c8febb041213dd42b4d03f7cd18c8557.tar.gz
nixlib-829ed264c8febb041213dd42b4d03f7cd18c8557.tar.bz2
nixlib-829ed264c8febb041213dd42b4d03f7cd18c8557.tar.lz
nixlib-829ed264c8febb041213dd42b4d03f7cd18c8557.tar.xz
nixlib-829ed264c8febb041213dd42b4d03f7cd18c8557.tar.zst
nixlib-829ed264c8febb041213dd42b4d03f7cd18c8557.zip
python37Packages.cassandra-driver: 3.16.0 -> 3.17.0 (#57388)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-cassandra-driver/versions
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/cassandra-driver/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/cassandra-driver/default.nix b/pkgs/development/python-modules/cassandra-driver/default.nix
index 05fe33f7e2eb..a40238412c6d 100644
--- a/pkgs/development/python-modules/cassandra-driver/default.nix
+++ b/pkgs/development/python-modules/cassandra-driver/default.nix
@@ -21,11 +21,11 @@
 
 buildPythonPackage rec {
   pname = "cassandra-driver";
-  version = "3.16.0";
+  version = "3.17.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1gjs2lqy0ba6zhh13a1dhirk59i7lc4zcbl7h50619hdm5kv3g22";
+    sha256 = "1z49z6f9rj9kp1v03s1hs1rg8cj49rh0yk0fc2qi57w7slgy2hkd";
   };
 
   buildInputs = [