mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: perl-cairo: Update to 1.107.
* gnu/packages/gtk.scm (perl-cairo): Update to 1.107.
This commit is contained in:
parent
97610a6614
commit
2767beb3d0
1 changed files with 2 additions and 2 deletions
|
@ -1295,7 +1295,7 @@ (define-public python2-pygtk
|
|||
(define-public perl-cairo
|
||||
(package
|
||||
(name "perl-cairo")
|
||||
(version "1.106")
|
||||
(version "1.107")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -1303,7 +1303,7 @@ (define-public perl-cairo
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1i25kks408c54k2zxskvg54l5k3qadzm8n72ffga9jy7ic0h6j76"))))
|
||||
"0sg1gf1f2pjq7pji0zsv4rbi3bzpsx82z98k7yqxafzrvlkf27ay"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
`(("perl-extutils-depends" ,perl-extutils-depends)
|
||||
|
|
Loading…
Reference in a new issue