aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-10-16 03:06:10 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-10-16 05:41:00 +0200
commit8524b1b8b4ba973864b67354d5d81ad1a691e764 (patch)
tree24b993bd2dac3ddf8c3d31c3163cbca19ce41cb6
parentee70f49b77011a89a64a4b4e380f90fb67b0002b (diff)
downloadguix-8524b1b8b4ba973864b67354d5d81ad1a691e764.tar
guix-8524b1b8b4ba973864b67354d5d81ad1a691e764.tar.gz
gnu: perl-gtk2: Update to 1.24993.
* gnu/packages/gtk.scm (perl-gtk2): Update to 1.24993.
-rw-r--r--gnu/packages/gtk.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 8f991a347b..74f61967f6 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)