summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-06-17 16:19:57 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-06-18 06:15:02 +0200
commit55c08305d6d0dee7c459449e0005d5f5309aff3b (patch)
tree49ad42340b0c498b31f8674fc2007e59208f8dd9 /gnu
parenta0f2c945e3522141e7c9cb6eab4fa36e4afe0584 (diff)
downloadguix-55c08305d6d0dee7c459449e0005d5f5309aff3b.tar.gz
gnu: gandi.cli: Update to 1.5.
* gnu/packages/networking.scm (gandi.cli): Update to 1.5.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/networking.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 04e59ecf00..2cd000ec0a 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -685,13 +685,13 @@ fashion.")
 (define-public gandi.cli
   (package
     (name "gandi.cli")
-    (version "1.4")
+    (version "1.5")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri name version))
        (sha256
-        (base32 "1lfvb5npk99nz1lwhr5m67ia1kj35nqd6a2xp9mii28xgzsd5awk"))))
+        (base32 "110wc9zgxsrvw4yzp21p0ian5lcf7vhcpxhnmsc4fg9pzl2bwxd5"))))
     (build-system python-build-system)
     (arguments
      `(#:phases