guix-commits
[Top][All Lists]
Advanced

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

04/14: gnu: perl-gtk2: Update to 1.24993.


From: guix-commits
Subject: 04/14: gnu: perl-gtk2: Update to 1.24993.
Date: Tue, 15 Oct 2019 23:41:36 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8524b1b8b4ba973864b67354d5d81ad1a691e764
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Oct 16 03:06:10 2019 +0200

    gnu: perl-gtk2: Update to 1.24993.
    
    * gnu/packages/gtk.scm (perl-gtk2): Update to 1.24993.
---
 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 8f991a3..74f6196 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1319,14 +1319,14 @@ produces identical output on all those targets.")
 (define-public perl-gtk2
   (package
     (name "perl-gtk2")
-    (version "1.24992")
+    (version "1.24993")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://cpan/authors/id/X/XA/XAOC/Gtk2-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1044rj3wbfmgaif2jb0k28m2aczli6ai2n5yvn6pr7zjyw16kvd2"))))
+                "0ry9jfvfgdwzalxcvwsgr7plhk3agx7p40l0fqdf3vrf7ds47i29"))))
     (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]