mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: meson@0.57: Update to 0.57.2.
* gnu/packages/build-tools.scm (meson-next): Update to 0.57.2.
This commit is contained in:
parent
05b65e68c8
commit
166aaea333
1 changed files with 2 additions and 2 deletions
|
@ -317,7 +317,7 @@ (define-public meson-0.55
|
|||
(define-public meson-next
|
||||
(package
|
||||
(inherit meson)
|
||||
(version "0.57.1")
|
||||
(version "0.57.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/mesonbuild/meson/"
|
||||
|
@ -325,7 +325,7 @@ (define-public meson-next
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"19n8alcpzv6npgp27iqljkmvdmr7s2c7zm8y997j1nlvpa1cgqbj"))))))
|
||||
"1iac7p99zfgkznq4qlnkk7b8xwwlilcrnkf33sczm56yqnqyg0rs"))))))
|
||||
|
||||
(define-public meson-for-build
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue