summaryrefslogtreecommitdiff
path: root/gnu/packages/gtk.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-11-23 15:01:49 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-11-23 15:40:10 +0100
commit2767beb3d0e21db2f9d9f28a7a2a2fa8980811f7 (patch)
treeb174239340027e821c30a4ecd0121860ea0940c0 /gnu/packages/gtk.scm
parent97610a661482cf28d580054d48a26557ee90f877 (diff)
downloadguix-patches-2767beb3d0e21db2f9d9f28a7a2a2fa8980811f7.tar
guix-patches-2767beb3d0e21db2f9d9f28a7a2a2fa8980811f7.tar.gz
gnu: perl-cairo: Update to 1.107.
* gnu/packages/gtk.scm (perl-cairo): Update to 1.107.
Diffstat (limited to 'gnu/packages/gtk.scm')
-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 436018efdb..e6b9042c00 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1295,7 +1295,7 @@ write GNOME applications.")
(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 @@ write GNOME applications.")
version ".tar.gz"))
(sha256
(base32
- "1i25kks408c54k2zxskvg54l5k3qadzm8n72ffga9jy7ic0h6j76"))))
+ "0sg1gf1f2pjq7pji0zsv4rbi3bzpsx82z98k7yqxafzrvlkf27ay"))))
(build-system perl-build-system)
(native-inputs
`(("perl-extutils-depends" ,perl-extutils-depends)