guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: perl-svg: Update to 2.86.


From: guix-commits
Subject: branch master updated: gnu: perl-svg: Update to 2.86.
Date: Thu, 06 May 2021 21:11:05 -0400

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

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d3ab3b2  gnu: perl-svg: Update to 2.86.
d3ab3b2 is described below

commit d3ab3b276a9b3fd8d1d66cf81061f237960b1879
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri May 7 02:44:42 2021 +0200

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

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 1efaef9..aa1fdcb 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -9424,14 +9424,14 @@ support for run-time mix-ins and roles.")
 (define-public perl-svg
   (package
     (name "perl-svg")
-    (version "2.84")
+    (version "2.86")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/M/MA/MANWAR/SVG-"
                            version ".tar.gz"))
        (sha256
-        (base32 "1br8dwh2363s6r0qgy7vv30gv5kj456vj5m6x83savx4wzfnsggc"))))
+        (base32 "0yx661fznk70lgxl87rdl9fsswr6pd1d7wzrh0136b5vhrpypikj"))))
     (build-system perl-build-system)
     (home-page "https://metacpan.org/release/SVG";)
     (synopsis "Perl extension for generating SVG documents")



reply via email to

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