Merge pull request #83681 from Atemu/cherrytree-0.39.1

cherrytree: 0.39.0 -> 0.39.1
This commit is contained in:
Benjamin Hipple 2020-03-29 14:31:14 -04:00 committed by GitHub
commit 21dbe88670
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.39.0";
version = "0.39.1";
src = fetchurl {
url = "https://www.giuspen.com/software/${pname}-${version}.tar.xz";
sha256 = "07ibr891qix7xa2sk6fdxdsji8q56c1wf786mxaz77500m0xfx4m";
sha256 = "0qhycblnixvbybzr8psgmgcpfs6jc9m0p2h9lmd5zmiaggqlcsv7";
};
nativeBuildInputs = [ gettext ];