mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: vala: Update to 0.34.4.
* gnu/packages/gnome.scm (vala): Update to 0.34.4.
This commit is contained in:
parent
aae468e980
commit
40a62e60c1
1 changed files with 2 additions and 2 deletions
|
@ -1735,7 +1735,7 @@ (define-public seahorse
|
|||
(define-public vala
|
||||
(package
|
||||
(name "vala")
|
||||
(version "0.32.1")
|
||||
(version "0.34.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
|
@ -1743,7 +1743,7 @@ (define-public vala
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ab1l44abf9fj1wznzq5956431ia136rl5049cggnk5393jlf3fx"))))
|
||||
"10vbd74jazc3vhfagzx8v197bshrg61hnjzna6y3wmhljhrvs5vb"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Loading…
Reference in a new issue