Merge pull request #81745 from r-ryantm/auto-update/cherrytree

cherrytree: 0.38.11 -> 0.39.0
This commit is contained in:
Anderson Torres 2020-03-06 06:56:04 -03:00 committed by GitHub
commit 0e19c68ff9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
pythonPackages.buildPythonApplication rec {
pname = "cherrytree";
version = "0.38.11";
version = "0.39.0";
src = fetchurl {
url = "https://www.giuspen.com/software/${pname}-${version}.tar.xz";
sha256 = "1awrrfyawa7d8qaipvikxm1p0961060az2qvmv9wwpl47zcnk1dn";
sha256 = "07ibr891qix7xa2sk6fdxdsji8q56c1wf786mxaz77500m0xfx4m";
};
nativeBuildInputs = [ gettext ];