summary refs log tree commit diff
path: root/gnu/packages/gd.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-14 23:41:42 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-14 23:51:49 +0100
commit832e7be42d4c9ae4abada36a6d61473da8574ec1 (patch)
tree8891605ed8c150fb479744beea54eb8665d6e5fe /gnu/packages/gd.scm
parent06900d90e7177f98d325e3e34491986b441e5980 (diff)
downloadguix-832e7be42d4c9ae4abada36a6d61473da8574ec1.tar.gz
gnu: perl-gd-securityimage: Update to 1.75.
* gnu/packages/gd.scm (perl-gd-securityimage): Update to 1.75.
Diffstat (limited to 'gnu/packages/gd.scm')
-rw-r--r--gnu/packages/gd.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/gd.scm b/gnu/packages/gd.scm
index e76545a13b..a1593827a0 100644
--- a/gnu/packages/gd.scm
+++ b/gnu/packages/gd.scm
@@ -138,15 +138,14 @@ you can create PNG images on the fly or modify existing files.")
 (define-public perl-gd-securityimage
   (package
     (name "perl-gd-securityimage")
-    (version "1.73")
+    (version "1.75")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/B/BU/BURAK/"
                            "GD-SecurityImage-" version ".tar.gz"))
        (sha256
-        (base32
-         "1kaxs67rfd4w46lxgcg3pa05a596l0h1k8n4zk2gwrrar4022wpx"))))
+        (base32 "19lf1kzdavrkkx3f900jnpynr55d5kjd2sdmwpfir5dsmkcj9pix"))))
     (build-system perl-build-system)
     (arguments
      '(#:phases