summary refs log tree commit diff
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2020-03-24 09:57:25 +0000
committerOrivej Desh <orivej@gmx.fr>2020-03-24 10:00:11 +0000
commitb3412865ce1db90fca65274024395ca00cf13e6d (patch)
tree0ae1779c6f43bda0ba51654934d70656b8769708
parent1484e1acfeee4c5ec039df93282e78ffc0be2236 (diff)
downloadnixpkgs-b3412865ce1db90fca65274024395ca00cf13e6d.tar
nixpkgs-b3412865ce1db90fca65274024395ca00cf13e6d.tar.gz
nixpkgs-b3412865ce1db90fca65274024395ca00cf13e6d.tar.bz2
nixpkgs-b3412865ce1db90fca65274024395ca00cf13e6d.tar.lz
nixpkgs-b3412865ce1db90fca65274024395ca00cf13e6d.tar.xz
nixpkgs-b3412865ce1db90fca65274024395ca00cf13e6d.tar.zst
nixpkgs-b3412865ce1db90fca65274024395ca00cf13e6d.zip
python: pip-tools: 4.3.0 -> 4.5.1
test_get_file_hash_without_interfering_with_each_other depends on internet access.
-rw-r--r--pkgs/development/python-modules/pip-tools/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pip-tools/default.nix b/pkgs/development/python-modules/pip-tools/default.nix
index 0a8d679ae5f..20a42cddcf9 100644
--- a/pkgs/development/python-modules/pip-tools/default.nix
+++ b/pkgs/development/python-modules/pip-tools/default.nix
@@ -3,11 +3,11 @@
 
 buildPythonPackage rec {
   pname = "pip-tools";
-  version = "4.3.0";
+  version = "4.5.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "0x36mp3a3f3wandfc0g8d53gg2jkc14nhisbryzspcl9f05sbvq6";
+    sha256 = "166crncd9zrk9wgk9dss9968mx2c1dzj80sjnaqrcmw7a7j30gv9";
   };
 
   LC_ALL = "en_US.UTF-8";
@@ -27,6 +27,7 @@ buildPythonPackage rec {
     "test_generate_hashes_with_editable"
     "test_generate_hashes_with_url"
     "test_generate_hashes_without_interfering_with_each_other"
+    "test_get_file_hash_without_interfering_with_each_other"
     "test_get_hashes_local_repository_cache_miss"
     "test_realistic_complex_sub_dependencies"
     "test_stdin"