diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-08-27 21:38:23 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-08-28 01:23:12 +0200 |
commit | 8f1022d0a85a1f42a156b2319513baf0e0d2e827 (patch) | |
tree | 272c510fd0fdc1e600db980fd493e6ef6f3b8239 /gnu/packages/gnome.scm | |
parent | 61fca0fd22b81bcc0201a336a02cac74b42c6a44 (diff) | |
download | patches-8f1022d0a85a1f42a156b2319513baf0e0d2e827.tar patches-8f1022d0a85a1f42a156b2319513baf0e0d2e827.tar.gz |
gnu: vala: Update to 0.40.9.
* gnu/packages/gnome.scm (vala): Update to 0.40.9.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 9e72c7ae39..659f5dd5d4 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2035,7 +2035,7 @@ passwords in the GNOME keyring.") (define-public vala (package (name "vala") - (version "0.40.7") + (version "0.40.9") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -2043,7 +2043,7 @@ passwords in the GNOME keyring.") name "-" version ".tar.xz")) (sha256 (base32 - "1v0ak68lrnbb5lyd48j6sxa35vfrii86zmhxdhkdb85k1bv65rmy")))) + "0yvaijkpahzz26sa37cyzbj75a9vbcbgvxbqzzb7hbcvfy009zy7")))) (build-system gnu-build-system) (arguments '(#:phases |