mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
python: htmlmin: 0.1.11 -> 0.1.12
This commit is contained in:
parent
c0df492163
commit
08ebd1618b
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user