about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-10-06 12:56:20 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-10-13 09:50:17 +0200
commit1cbe6392adadcdfacd8b6d06900699f56f9ab486 (patch)
tree831a4b6600c98685c6188c86873e9adcaa2a1d0c
parent6ec8493077c82b61700bb277e3e9ad93a53b1bcb (diff)
downloadnixlib-1cbe6392adadcdfacd8b6d06900699f56f9ab486.tar
nixlib-1cbe6392adadcdfacd8b6d06900699f56f9ab486.tar.gz
nixlib-1cbe6392adadcdfacd8b6d06900699f56f9ab486.tar.bz2
nixlib-1cbe6392adadcdfacd8b6d06900699f56f9ab486.tar.lz
nixlib-1cbe6392adadcdfacd8b6d06900699f56f9ab486.tar.xz
nixlib-1cbe6392adadcdfacd8b6d06900699f56f9ab486.tar.zst
nixlib-1cbe6392adadcdfacd8b6d06900699f56f9ab486.zip
python: sortedcontainers: 2.0.4 -> 2.0.5
-rw-r--r--pkgs/development/python-modules/sortedcontainers/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/sortedcontainers/default.nix b/pkgs/development/python-modules/sortedcontainers/default.nix
index 1252c676646d..5362e0b00375 100644
--- a/pkgs/development/python-modules/sortedcontainers/default.nix
+++ b/pkgs/development/python-modules/sortedcontainers/default.nix
@@ -5,11 +5,11 @@
 
 buildPythonPackage rec {
   pname = "sortedcontainers";
-  version = "2.0.4";
+  version = "2.0.5";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "607294c6e291a270948420f7ffa1fb3ed47384a4c08db6d1e9c92d08a6981982";
+    sha256 = "b74f2756fb5e23512572cc76f0fe0832fd86310f77dfee54335a35fb33f6b950";
   };
 
   # pypi tarball does not come with tests