mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: meson-0.55: Update to 0.55.3.
* gnu/packages/build-tools.scm (meson-0.55): Update to 0.55.3.
This commit is contained in:
parent
b42509817e
commit
b36c09c721
1 changed files with 2 additions and 2 deletions
|
@ -253,7 +253,7 @@ (define-public meson
|
||||||
(define-public meson-0.55
|
(define-public meson-0.55
|
||||||
(package
|
(package
|
||||||
(inherit meson)
|
(inherit meson)
|
||||||
(version "0.55.1")
|
(version "0.55.3")
|
||||||
(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/"
|
||||||
|
@ -261,7 +261,7 @@ (define-public meson-0.55
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1070kjiirxxdfppmrhi3wsc6rykay1zlciqrzayjhjg0hkw42mrv"))))))
|
"19cjy24mfaswxyvqmns6rd7hx05ybqb663zlgklspfr8l4jjmvbb"))))))
|
||||||
|
|
||||||
(define-public meson-for-build
|
(define-public meson-for-build
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue