mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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 {
|
||||
|
||||
name = "cherrytree-${version}";
|
||||
version = "0.37.1";
|
||||
version = "0.37.6";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.giuspen.com/software/${name}.tar.xz";
|
||||
sha256 = "45f1cee4067598cf2ca8ae6f89d03789b86f9e3bf196236119868653420d7cdd";
|
||||
sha256 = "0x4cgsimpwh7wfbzbzw2f5ipxxjizpi4wa99s1cwizynfjr38y5s";
|
||||
};
|
||||
|
||||
buildInputs = with pythonPackages;
|
||||
|
Loading…
Reference in New Issue
Block a user