1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #138098 from r-ryantm/auto-update/catcli

catcli: 0.7.0 -> 0.7.2
This commit is contained in:
Bobby Rong 2021-09-16 23:24:55 +08:00 committed by GitHub
commit 6f371a1d64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
buildPythonApplication rec {
pname = "catcli";
version = "0.7.0";
version = "0.7.2";
src = fetchFromGitHub {
owner = "deadc0de6";
repo = pname;
rev = "v${version}";
sha256 = "1r30345wzpg8yk542fmgh3khdb91s4sr9hnqxh1s71ifjsrgmpph";
sha256 = "12928pvwd6jr4x81nxi5691axianm4vz5gql1jazlij0ahc2f905";
};
propagatedBuildInputs = [ docopt anytree ];