summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-01-20 12:00:14 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2018-01-20 12:09:08 +0100
commit36168f2bfc2c916da7911ffd7c96d4f302e17907 (patch)
treec6f3c88540930e6c4aa7fe0fb040fb1cd57cac8c
parent7da474670ca07da7a49950eb240deba74c514a8d (diff)
downloadnixlib-36168f2bfc2c916da7911ffd7c96d4f302e17907.tar
nixlib-36168f2bfc2c916da7911ffd7c96d4f302e17907.tar.gz
nixlib-36168f2bfc2c916da7911ffd7c96d4f302e17907.tar.bz2
nixlib-36168f2bfc2c916da7911ffd7c96d4f302e17907.tar.lz
nixlib-36168f2bfc2c916da7911ffd7c96d4f302e17907.tar.xz
nixlib-36168f2bfc2c916da7911ffd7c96d4f302e17907.tar.zst
nixlib-36168f2bfc2c916da7911ffd7c96d4f302e17907.zip
python: tiros: 1.0.40 -> 1.0.42
-rw-r--r--pkgs/development/python-modules/tiros/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/tiros/default.nix b/pkgs/development/python-modules/tiros/default.nix
index a620c6eb58df..7bf21b025219 100644
--- a/pkgs/development/python-modules/tiros/default.nix
+++ b/pkgs/development/python-modules/tiros/default.nix
@@ -5,11 +5,11 @@
 buildPythonPackage rec {
   pname = "tiros";
   name = "${pname}-${version}";
-  version = "1.0.40";
+  version = "1.0.42";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "841ca13564e3cddfd1404cbc60b3433bcc1e31c2753ecea20d0ad68173b80169";
+    sha256 = "d0f9bc6d463654c971a78e02a3159ec62a2db684a217a7e940e66d4a381bdd52";
   };
 
   patchPhase = ''