mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Merge pull request #56667 from r-ryantm/auto-update/gandi-cli
gandi-cli: 1.3 -> 1.4
This commit is contained in:
commit
273b83ec23
@ -4,13 +4,13 @@ with python3Packages;
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "gandi-cli";
|
||||
version = "1.3";
|
||||
version = "1.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Gandi";
|
||||
repo = "gandi.cli";
|
||||
rev = version;
|
||||
sha256 = "07i1y88j5awsw7qadk7gnmax8mi7vgh1nflnc8j54z53fjyamlcs";
|
||||
sha256 = "06dc59iwxfncz61hs3lcq08c5zrp7x4n4ibk5lpqqx6rk0izzz9b";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ click ipy pyyaml requests ];
|
||||
|
Loading…
Reference in New Issue
Block a user