3
0
Fork 0
forked from mirrors/nixpkgs

gandi-cli: 0.18 -> 0.19

This commit is contained in:
Tobias Geerinckx-Rice 2016-08-03 20:05:40 +02:00
parent 37528197a3
commit e696c48333
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -5,10 +5,10 @@ with pythonPackages;
buildPythonPackage rec {
namePrefix = "";
name = "gandi-cli-${version}";
version = "0.18";
version = "0.19";
src = fetchFromGitHub {
sha256 = "045gnz345nfbi1g7j3gcyzrxrx3hcidaxzr05cb49rcr8nmqh1s3";
sha256 = "0xbf97p75zl6sjxqcgmaa4p5rax2h6ixn8srwdr4rsx2zz9dpwgp";
rev = version;
repo = "gandi.cli";
owner = "Gandi";