python: htmllaundry: 2.0 -> 2.2
This commit is contained in:
parent
0c010fd4ff
commit
e4a1f56692
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "htmllaundry";
|
||||
version = "2.0";
|
||||
version = "2.2";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "e428cba78d5a965e959f5dac2eb7d5f7d627dd889990d5efa8d4e03f3dd768d9";
|
||||
sha256 = "9124f067d3c06ef2613e2cc246b2fde2299802280a8b0e60dc504137085f0334";
|
||||
};
|
||||
|
||||
buildInputs = [ nose ];
|
||||
|
|
Loading…
Reference in a new issue