3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #36496 from ryantm/auto-update/cherrytree

cherrytree: 0.37.6 -> 0.38.4
This commit is contained in:
Joachim F 2018-03-14 19:40:48 +00:00 committed by GitHub
commit e5c839166d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "cherrytree-${version}";
version = "0.37.6";
version = "0.38.4";
src = fetchurl {
url = "http://www.giuspen.com/software/${name}.tar.xz";
sha256 = "0x4cgsimpwh7wfbzbzw2f5ipxxjizpi4wa99s1cwizynfjr38y5s";
sha256 = "1zazyxkrli77wahn4c1z24qyz5bwlayl335f2kdxb44dicrx58g2";
};
buildInputs = with pythonPackages;