forked from mirrors/nixpkgs
Merge pull request #19999 from AndersonTorres/cherrytree
cherrytree: 0.37.1 -> 0.37.6
This commit is contained in:
commit
830aa11aad
|
@ -4,11 +4,11 @@ with stdenv.lib;
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
name = "cherrytree-${version}";
|
name = "cherrytree-${version}";
|
||||||
version = "0.37.1";
|
version = "0.37.6";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.giuspen.com/software/${name}.tar.xz";
|
url = "http://www.giuspen.com/software/${name}.tar.xz";
|
||||||
sha256 = "45f1cee4067598cf2ca8ae6f89d03789b86f9e3bf196236119868653420d7cdd";
|
sha256 = "0x4cgsimpwh7wfbzbzw2f5ipxxjizpi4wa99s1cwizynfjr38y5s";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with pythonPackages;
|
buildInputs = with pythonPackages;
|
||||||
|
|
Loading…
Reference in a new issue