diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-31 17:18:38 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-31 17:49:12 +0200 |
commit | 1034141111d589a140772cee8c54ae9005073fed (patch) | |
tree | 5fbb0129dc18c91da79b9062dac836db4c494ead | |
parent | 7b2ac4768721ccab1782daad99a7cb1be0ed01ee (diff) | |
download | guix-1034141111d589a140772cee8c54ae9005073fed.tar.gz |
gnu: vala@0.48: Update to 0.48.9.
* gnu/packages/gnome.scm (vala-0.48): Update to 0.48.9.
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 8e2ba91d61..70706c2678 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4045,7 +4045,7 @@ libraries written in C.") (define-public vala-0.48 (package (inherit vala) - (version "0.48.7") + (version "0.48.9") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/vala/" @@ -4053,7 +4053,7 @@ libraries written in C.") "vala-" version ".tar.xz")) (sha256 (base32 - "0lswkb7gj0chas9n3l3dbrm9l71hs77adhvm2v600id2ipi37pi8")))))) + "1agyrvslv2yh9ikiw7k5nw6j6il1l2zrzfan0pzdpb9xpg9idslw")))))) (define-public vte (package |