diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-16 03:06:10 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-16 05:41:00 +0200 |
commit | 8524b1b8b4ba973864b67354d5d81ad1a691e764 (patch) | |
tree | 24b993bd2dac3ddf8c3d31c3163cbca19ce41cb6 /gnu/packages/gtk.scm | |
parent | ee70f49b77011a89a64a4b4e380f90fb67b0002b (diff) | |
download | patches-8524b1b8b4ba973864b67354d5d81ad1a691e764.tar patches-8524b1b8b4ba973864b67354d5d81ad1a691e764.tar.gz |
gnu: perl-gtk2: Update to 1.24993.
* gnu/packages/gtk.scm (perl-gtk2): Update to 1.24993.
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r-- | gnu/packages/gtk.scm | 4 |
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) |