mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: perl-gtk2: Update to 1.24993.
* gnu/packages/gtk.scm (perl-gtk2): Update to 1.24993.
This commit is contained in:
parent
ee70f49b77
commit
8524b1b8b4
1 changed files with 2 additions and 2 deletions
|
@ -1319,14 +1319,14 @@ (define-public perl-cairo
|
||||||
(define-public perl-gtk2
|
(define-public perl-gtk2
|
||||||
(package
|
(package
|
||||||
(name "perl-gtk2")
|
(name "perl-gtk2")
|
||||||
(version "1.24992")
|
(version "1.24993")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/X/XA/XAOC/Gtk2-"
|
(uri (string-append "mirror://cpan/authors/id/X/XA/XAOC/Gtk2-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1044rj3wbfmgaif2jb0k28m2aczli6ai2n5yvn6pr7zjyw16kvd2"))))
|
"0ry9jfvfgdwzalxcvwsgr7plhk3agx7p40l0fqdf3vrf7ds47i29"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl-extutils-depends" ,perl-extutils-depends)
|
`(("perl-extutils-depends" ,perl-extutils-depends)
|
||||||
|
|
Loading…
Reference in a new issue