me
/
guix
Archived
1
0
Fork 0

gnu: vala@0.48: Update to 0.48.7.

* gnu/packages/gnome.scm (vala-0.48): Update to 0.48.7.
master
Tobias Geerinckx-Rice 2020-08-16 03:27:12 +02:00
parent ee3be810d6
commit 9a299d4d9e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -3303,7 +3303,7 @@ libraries written in C.")
(define-public vala-0.48
(package
(inherit vala)
(version "0.48.6")
(version "0.48.7")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/vala/"
@ -3311,7 +3311,7 @@ libraries written in C.")
"vala-" version ".tar.xz"))
(sha256
(base32
"01wppzgacdmp8dgf8047myz1any2yffmrhgl8kqf1q0c0gnhi3fi"))))))
"0lswkb7gj0chas9n3l3dbrm9l71hs77adhvm2v600id2ipi37pi8"))))))
(define-public vte
(package