diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-25 23:02:51 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-25 23:56:30 +0100 |
commit | 21abfe19352e3a07fefee13180bb63415c5238ef (patch) | |
tree | 0a011792ad9cbedd653492131e26a5253b6b5fb6 /gnu/packages/gtk.scm | |
parent | 264335acd14133c7a3bd7279741a64875da22cee (diff) |
gnu: perl-cairo: Update to 1.108.
* gnu/packages/gtk.scm (perl-cairo): Update to 1.108.
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 4e58c65ead..7d1a45235b 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -1509,7 +1509,7 @@ write GNOME applications.") (define-public perl-cairo (package (name "perl-cairo") - (version "1.107") + (version "1.108") (source (origin (method url-fetch) (uri (string-append @@ -1517,7 +1517,7 @@ write GNOME applications.") version ".tar.gz")) (sha256 (base32 - "0sg1gf1f2pjq7pji0zsv4rbi3bzpsx82z98k7yqxafzrvlkf27ay")))) + "1nh5iya63q6j2w0cdi24x2ygpi8k8wwccnbh8cisnx8nqmywnhk0")))) (build-system perl-build-system) (native-inputs `(("perl-extutils-depends" ,perl-extutils-depends) |