diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-23 15:01:49 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-23 15:40:10 +0100 |
commit | 2767beb3d0e21db2f9d9f28a7a2a2fa8980811f7 (patch) | |
tree | b174239340027e821c30a4ecd0121860ea0940c0 | |
parent | 97610a661482cf28d580054d48a26557ee90f877 (diff) | |
download | patches-2767beb3d0e21db2f9d9f28a7a2a2fa8980811f7.tar patches-2767beb3d0e21db2f9d9f28a7a2a2fa8980811f7.tar.gz |
gnu: perl-cairo: Update to 1.107.
* gnu/packages/gtk.scm (perl-cairo): Update to 1.107.
-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 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) |