catcli: 0.7.4 -> 0.8.0

* catcli: 0.7.4 -> 0.8.0 (#156009)
and use SPDX 3.0 license identifier

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
main
R. RyanTM 2 years ago committed by GitHub
parent 7dd5aeca25
commit 7fcddf2b22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      pkgs/tools/filesystems/catcli/default.nix

@ -7,13 +7,13 @@
buildPythonApplication rec {
pname = "catcli";
version = "0.7.4";
version = "0.8.0";
src = fetchFromGitHub {
owner = "deadc0de6";
repo = pname;
rev = "v${version}";
sha256 = "1mzhfcf67dc5m0i9b216m58qg36g63if6273ch5bsckd0yrwdk8x";
sha256 = "1hkgf692h3akdxiwhzm3vqibh1ps661qllilf55nyk109cx79gna";
};
propagatedBuildInputs = [ docopt anytree ];
@ -23,7 +23,7 @@ buildPythonApplication rec {
meta = with lib; {
description = "The command line catalog tool for your offline data";
homepage = "https://github.com/deadc0de6/catcli";
license = licenses.gpl3;
license = licenses.gpl3Only;
maintainers = with maintainers; [ petersjt014 ];
platforms = platforms.all;
};

Loading…
Cancel
Save