summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-10-23 21:45:10 -0700
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2018-10-24 10:21:05 +0200
commit734de7a70bc507d73358c4bc1e3597d6573559a1 (patch)
tree91c0855f53f5d41e9e21fff0f819a213535144f6
parent50ebd47b8a7fb808ac5c9d1c9a4502c9c6c29541 (diff)
downloadnixlib-734de7a70bc507d73358c4bc1e3597d6573559a1.tar
nixlib-734de7a70bc507d73358c4bc1e3597d6573559a1.tar.gz
nixlib-734de7a70bc507d73358c4bc1e3597d6573559a1.tar.bz2
nixlib-734de7a70bc507d73358c4bc1e3597d6573559a1.tar.lz
nixlib-734de7a70bc507d73358c4bc1e3597d6573559a1.tar.xz
nixlib-734de7a70bc507d73358c4bc1e3597d6573559a1.tar.zst
nixlib-734de7a70bc507d73358c4bc1e3597d6573559a1.zip
python36Packages.python-utils: 2.2.0 -> 2.3.0
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.6-python-utils/versions
-rw-r--r--pkgs/development/python-modules/python-utils/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-utils/default.nix b/pkgs/development/python-modules/python-utils/default.nix
index 654b851b6635..b7744ce79c3b 100644
--- a/pkgs/development/python-modules/python-utils/default.nix
+++ b/pkgs/development/python-modules/python-utils/default.nix
@@ -2,14 +2,14 @@
 
 buildPythonPackage rec {
   pname = "python-utils";
-  version = "2.2.0";
+  version = "2.3.0";
   name = pname + "-" + version;
 
   src = fetchFromGitHub {
     owner = "WoLpH";
     repo = "python-utils";
     rev = "v${version}";
-    sha256 = "1i3q9frai08nvrcmh4dg4rr0grncm68w2c097z5g1mfwdf9sv7df";
+    sha256 = "14gyphcqwa77wfbnrzj363v3fdkxy08378lgd7l3jqnpvr8pfp5c";
   };
 
   checkInputs = [ pytest pytestrunner pytestcov pytestflakes pytestpep8 sphinx ];