about summary refs log tree commit diff
path: root/pkgs/development/python-modules/twitter-common-collections
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-02-14 08:37:32 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2019-02-17 14:40:44 +0100
commitbe9cf3efc4115893472442b45ac27800f3dfae4c (patch)
tree91007dcfbe98d81c05f6b1f6bc32fd68621fbc83 /pkgs/development/python-modules/twitter-common-collections
parent61df2c19be5f39dcb90c7df0a11f5effd09b42f6 (diff)
python: twitter.common.collections: 0.3.9 -> 0.3.10
Diffstat (limited to 'pkgs/development/python-modules/twitter-common-collections')
-rw-r--r--pkgs/development/python-modules/twitter-common-collections/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/twitter-common-collections/default.nix b/pkgs/development/python-modules/twitter-common-collections/default.nix
index b2d6054aa2583..ed177fc63f854 100644
--- a/pkgs/development/python-modules/twitter-common-collections/default.nix
+++ b/pkgs/development/python-modules/twitter-common-collections/default.nix
@@ -6,11 +6,11 @@
 
 buildPythonPackage rec {
   pname   = "twitter.common.collections";
-  version = "0.3.9";
+  version = "0.3.10";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "0wf8ks6y2kalx2inzayq0w4kh3kg25daik1ac7r6y79i03fslsc5";
+    sha256 = "c27f11612572f614cadf181cc65bcd0275d8b08f182bcb4ea1b74cd662625f21";
   };
 
   propagatedBuildInputs = [ twitter-common-lang ];