guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: perl-gd: Update to 2.73.


From: guix-commits
Subject: 03/05: gnu: perl-gd: Update to 2.73.
Date: Sun, 29 Nov 2020 18:26:40 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 4ac139631d255c20b4ef3a1d7adc2d05c3467091
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 29 23:51:18 2020 +0100

    gnu: perl-gd: Update to 2.73.
    
    * gnu/packages/gd.scm (perl-gd): Update to 2.73.
---
 gnu/packages/gd.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gd.scm b/gnu/packages/gd.scm
index 0d632de..2923358 100644
--- a/gnu/packages/gd.scm
+++ b/gnu/packages/gd.scm
@@ -94,14 +94,14 @@ most common applications of GD involve website 
development.")
 (define-public perl-gd
   (package
     (name "perl-gd")
-    (version "2.72")
+    (version "2.73")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/R/RU/RURBAN/"
                            "GD-" version ".tar.gz"))
        (sha256
-        (base32 "014ik1rng6cnjfgdarkyy5m6wl4pdzc2b445m27krfn3zh9hgl31"))))
+        (base32 "0arjpa8id6k5yjxfq0j2hsinhhjzjch5lwk6gscf48l54drrw729"))))
     (build-system perl-build-system)
     (inputs
      `(("fontconfig" ,fontconfig)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]