mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: meson@0.63: Update to 0.63.2.
* gnu/packages/build-tools.scm (meson-0.63): Update to 0.63.2.
This commit is contained in:
parent
a38fc96bfc
commit
e1c0f26ec5
1 changed files with 2 additions and 2 deletions
|
@ -328,7 +328,7 @@ (define-public meson-0.59
|
|||
(define-public meson-0.63
|
||||
(package
|
||||
(inherit meson)
|
||||
(version "0.63.1")
|
||||
(version "0.63.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/mesonbuild/meson/"
|
||||
|
@ -336,7 +336,7 @@ (define-public meson-0.63
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1sb5rdra5zc6c3ni8x65zs7r7vsnbarammf5440zzmhkf8li7zh6"))))))
|
||||
"1gwba75z47m2hv3w08gw8sgqgbknjr7rj1qwr510bgknxwbjy8hn"))))))
|
||||
|
||||
(define-public premake4
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue