guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: perl-gd: Update to 2.71.


From: guix-commits
Subject: 02/05: gnu: perl-gd: Update to 2.71.
Date: Thu, 14 Mar 2019 18:52:10 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 06900d90e7177f98d325e3e34491986b441e5980
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Mar 14 23:41:32 2019 +0100

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

diff --git a/gnu/packages/gd.scm b/gnu/packages/gd.scm
index c08c1f6..e76545a 100644
--- a/gnu/packages/gd.scm
+++ b/gnu/packages/gd.scm
@@ -5,7 +5,7 @@
 ;;; Copyright © 2016, 2017 Leo Famulari <address@hidden>
 ;;; Copyright © 2017 Efraim Flashner <address@hidden>
 ;;; Copyright © 2017 Marius Bakke <address@hidden>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -108,15 +108,14 @@ most common applications of GD involve website 
development.")
 (define-public perl-gd
   (package
     (name "perl-gd")
-    (version "2.69")
+    (version "2.71")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/R/RU/RURBAN/"
                            "GD-" version ".tar.gz"))
        (sha256
-        (base32
-         "0palmq7l42fibqxhrabnjm7di4q8kciq9323902d717x3i4jvc6x"))))
+        (base32 "1ivskdb4nwy7ky37369hwkfxp11fkp6ri5k7qlf2dmra7f3y86s5"))))
     (build-system perl-build-system)
     (inputs
      `(("fontconfig" ,fontconfig)



reply via email to

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