guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: perl-gd: Update to 2.78.


From: guix-commits
Subject: branch core-updates updated: gnu: perl-gd: Update to 2.78.
Date: Wed, 13 Mar 2024 21:53:18 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 6bfd7a8d7b gnu: perl-gd: Update to 2.78.
6bfd7a8d7b is described below

commit 6bfd7a8d7be80fc321af7c7d8cb985c28030767f
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Mar 13 21:40:56 2024 -0400

    gnu: perl-gd: Update to 2.78.
    
    * gnu/packages/gd.scm (perl-gd): Update to 2.78.
    [native-inputs]: Add perl-test-nowarnings.
    
    Change-Id: I13e961bc6f6c77484dc698619338e083bbb5b7aa
---
 gnu/packages/gd.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gd.scm b/gnu/packages/gd.scm
index 21ad1579ec..2c5ba59915 100644
--- a/gnu/packages/gd.scm
+++ b/gnu/packages/gd.scm
@@ -31,6 +31,7 @@
   #:use-module (guix download)
   #:use-module (gnu packages)
   #:use-module (gnu packages perl)
+  #:use-module (gnu packages perl-check)
   #:use-module (gnu packages image)
   #:use-module (gnu packages imagemagick)
   #:use-module (gnu packages fontutils)
@@ -101,14 +102,14 @@ most common applications of GD involve website 
development.")
 (define-public perl-gd
   (package
     (name "perl-gd")
-    (version "2.73")
+    (version "2.78")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/R/RU/RURBAN/"
                            "GD-" version ".tar.gz"))
        (sha256
-        (base32 "0arjpa8id6k5yjxfq0j2hsinhhjzjch5lwk6gscf48l54drrw729"))))
+        (base32 "1r3fpr8jhpwi48i66rickiphyj442hypsqnk4df4yjs2ym5hacb8"))))
     (build-system perl-build-system)
     (inputs
      (list fontconfig
@@ -118,7 +119,8 @@ most common applications of GD involve website 
development.")
            libjpeg-turbo
            zlib))
     (native-inputs
-     (list perl-extutils-pkgconfig))
+     (list perl-extutils-pkgconfig
+           perl-test-nowarnings))
     (arguments
      (list #:make-maker-flags
            #~(list (string-append "--lib_jpeg_path="



reply via email to

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