guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: perl-cairo: Update to 1.108.


From: guix-commits
Subject: 07/07: gnu: perl-cairo: Update to 1.108.
Date: Wed, 25 Nov 2020 17:59:39 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 21abfe19352e3a07fefee13180bb63415c5238ef
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 25 23:02:51 2020 +0100

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

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 4e58c65..7d1a452 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1509,7 +1509,7 @@ write GNOME applications.")
 (define-public perl-cairo
   (package
     (name "perl-cairo")
-    (version "1.107")
+    (version "1.108")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1517,7 +1517,7 @@ write GNOME applications.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "0sg1gf1f2pjq7pji0zsv4rbi3bzpsx82z98k7yqxafzrvlkf27ay"))))
+                "1nh5iya63q6j2w0cdi24x2ygpi8k8wwccnbh8cisnx8nqmywnhk0"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-extutils-depends" ,perl-extutils-depends)



reply via email to

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