about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-12-16 05:10:57 -0800
committerRobert Schütz <rschuetz17@gmail.com>2018-12-16 14:10:57 +0100
commit93cde0b7c824f72cc4d8104bec88b100cdf293e1 (patch)
tree32dce74967186a0a2cdcd1bbe70861d22e207b90
parent3e3239b9e94631b861167cb2db809f147e0aa3cd (diff)
python37Packages.billiard: 3.5.0.4 -> 3.5.0.5 (#52121)
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-billiard/versions
-rw-r--r--pkgs/development/python-modules/billiard/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/billiard/default.nix b/pkgs/development/python-modules/billiard/default.nix
index 42e38d0babe14..3e301e03993de 100644
--- a/pkgs/development/python-modules/billiard/default.nix
+++ b/pkgs/development/python-modules/billiard/default.nix
@@ -2,12 +2,12 @@
 
 buildPythonPackage rec {
   pname = "billiard";
-  version = "3.5.0.4";
+  version = "3.5.0.5";
   disabled = isPyPy;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "ed65448da5877b5558f19d2f7f11f8355ea76b3e63e1c0a6059f47cfae5f1c84";
+    sha256 = "03msmapj3s5zgqk87d646mafz7a01h5bm2wijalgpi0s80ks5na2";
   };
 
   buildInputs = [ pytest case ];