diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-01-23 23:24:06 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-23 23:24:06 +0100 |
commit | b92a36dbc825472c5b8159e4b78e31e4e06b5ded (patch) | |
tree | b372db45350043d943a88f99844ed7be56fd0400 /gnu | |
parent | 8fe8a42a906ad1996806739b8826b8188a1046cf (diff) | |
download | guix-b92a36dbc825472c5b8159e4b78e31e4e06b5ded.tar guix-b92a36dbc825472c5b8159e4b78e31e4e06b5ded.tar.gz |
gnu: vala: Update to 0.46.5.
* gnu/packages/gnome.scm (vala): Update to 0.46.5.
Diffstat (limited to 'gnu')
-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 c817be3e28..6e6239a978 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3220,7 +3220,7 @@ passwords in the GNOME keyring.") (define-public vala (package (name "vala") - (version "0.44.5") + (version "0.46.5") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -3228,7 +3228,7 @@ passwords in the GNOME keyring.") name "-" version ".tar.xz")) (sha256 (base32 - "0zy2kfcvhikczfzhk5l7pkw6mvn3d6vw8cv7g08iah85p22q33xv")))) + "07fv895sp9wq74b20qig7hic0r4ynrr5pfaqba02r44xb794fy0s")))) (build-system gnu-build-system) (arguments '(#:phases |