about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-08-05 19:54:02 -0500
committerGitHub <noreply@github.com>2019-08-05 19:54:02 -0500
commite719b9c8abb2498b91967b68e46e4a36a6a7340f (patch)
treee181458a71acbfbd6553e57036bc83e0a73d3118 /pkgs
parent118e0e635024e3a8450e63664b971336f25413f4 (diff)
parente545bb588ecf3f58e0d1c36c1039b7f43180edc5 (diff)
downloadnixlib-e719b9c8abb2498b91967b68e46e4a36a6a7340f.tar
nixlib-e719b9c8abb2498b91967b68e46e4a36a6a7340f.tar.gz
nixlib-e719b9c8abb2498b91967b68e46e4a36a6a7340f.tar.bz2
nixlib-e719b9c8abb2498b91967b68e46e4a36a6a7340f.tar.lz
nixlib-e719b9c8abb2498b91967b68e46e4a36a6a7340f.tar.xz
nixlib-e719b9c8abb2498b91967b68e46e4a36a6a7340f.tar.zst
nixlib-e719b9c8abb2498b91967b68e46e4a36a6a7340f.zip
Merge pull request #66139 from r-ryantm/auto-update/python3.7-wurlitzer
python37Packages.wurlitzer: 1.0.2 -> 1.0.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/wurlitzer/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/wurlitzer/default.nix b/pkgs/development/python-modules/wurlitzer/default.nix
index 322c85b5810b..d1797acb7d26 100644
--- a/pkgs/development/python-modules/wurlitzer/default.nix
+++ b/pkgs/development/python-modules/wurlitzer/default.nix
@@ -7,11 +7,11 @@
 
 buildPythonPackage rec {
   pname = "wurlitzer";
-  version = "1.0.2";
+  version = "1.0.3";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "23e85af0850b98add77bef0a1eb47b243baab29160131d349234c9dfc9e57add";
+    sha256 = "0nab45pfgqdxhhyshf717xfzniss2h3bx19zdaq9gqr6v8lw6wpr";
   };
 
   checkInputs = [ mock pytest ];