mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 03:44:06 -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
|
(define-public meson-0.63
|
||||||
(package
|
(package
|
||||||
(inherit meson)
|
(inherit meson)
|
||||||
(version "0.63.1")
|
(version "0.63.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/mesonbuild/meson/"
|
(uri (string-append "https://github.com/mesonbuild/meson/"
|
||||||
|
@ -336,7 +336,7 @@ (define-public meson-0.63
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sb5rdra5zc6c3ni8x65zs7r7vsnbarammf5440zzmhkf8li7zh6"))))))
|
"1gwba75z47m2hv3w08gw8sgqgbknjr7rj1qwr510bgknxwbjy8hn"))))))
|
||||||
|
|
||||||
(define-public premake4
|
(define-public premake4
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue