about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-08-05 16:56:44 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-08-05 16:56:44 -0700
commite545bb588ecf3f58e0d1c36c1039b7f43180edc5 (patch)
tree64d131c624cbeefc7ce90fcc7d0a603058437a72 /pkgs
parent53328909da75752522c55f8d94c6553d740f9729 (diff)
downloadnixlib-e545bb588ecf3f58e0d1c36c1039b7f43180edc5.tar
nixlib-e545bb588ecf3f58e0d1c36c1039b7f43180edc5.tar.gz
nixlib-e545bb588ecf3f58e0d1c36c1039b7f43180edc5.tar.bz2
nixlib-e545bb588ecf3f58e0d1c36c1039b7f43180edc5.tar.lz
nixlib-e545bb588ecf3f58e0d1c36c1039b7f43180edc5.tar.xz
nixlib-e545bb588ecf3f58e0d1c36c1039b7f43180edc5.tar.zst
nixlib-e545bb588ecf3f58e0d1c36c1039b7f43180edc5.zip
python37Packages.wurlitzer: 1.0.2 -> 1.0.3
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-wurlitzer/versions
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 ];