about summary refs log tree commit diff
path: root/pkgs/development/python-modules/htmlmin
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2017-12-30 12:23:28 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2017-12-31 10:55:05 +0100
commit08ebd1618b8e855bc36fb36af3009bae3a8aa75f (patch)
treeee4c362013dd2ca01b4b9c31b4f496f343d4181e /pkgs/development/python-modules/htmlmin
parentc0df4921634a3b34a1a3fd0a7487f0e513a5ca78 (diff)
downloadnixlib-08ebd1618b8e855bc36fb36af3009bae3a8aa75f.tar
nixlib-08ebd1618b8e855bc36fb36af3009bae3a8aa75f.tar.gz
nixlib-08ebd1618b8e855bc36fb36af3009bae3a8aa75f.tar.bz2
nixlib-08ebd1618b8e855bc36fb36af3009bae3a8aa75f.tar.lz
nixlib-08ebd1618b8e855bc36fb36af3009bae3a8aa75f.tar.xz
nixlib-08ebd1618b8e855bc36fb36af3009bae3a8aa75f.tar.zst
nixlib-08ebd1618b8e855bc36fb36af3009bae3a8aa75f.zip
python: htmlmin: 0.1.11 -> 0.1.12
Diffstat (limited to 'pkgs/development/python-modules/htmlmin')
-rw-r--r--pkgs/development/python-modules/htmlmin/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/htmlmin/default.nix b/pkgs/development/python-modules/htmlmin/default.nix
index 2206b3559bae..8df4b3813c41 100644
--- a/pkgs/development/python-modules/htmlmin/default.nix
+++ b/pkgs/development/python-modules/htmlmin/default.nix
@@ -1,11 +1,11 @@
 { stdenv, buildPythonPackage, fetchPypi }:
 buildPythonPackage rec {
   pname = "htmlmin";
-  version = "0.1.11";
+  version = "0.1.12";
   name = "${pname}-${version}";
   src = fetchPypi {
     inherit pname version;
-    sha256 = "f27fb96fdddeb1725ee077be532c7bea23288c69d0e996e7798f24fae7a14e5e";
+    sha256 = "50c1ef4630374a5d723900096a961cff426dff46b48f34d194a81bbe14eca178";
   };
 
   # Tests run fine in a normal source checkout, but not when being built by nix.