mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: meson/newer: Update to 1.2.1.
* gnu/packages/build-tools.scm (meson/newer): Update to 1.2.1.
This commit is contained in:
parent
fbfd58b5bf
commit
ce953927fd
1 changed files with 2 additions and 2 deletions
|
@ -333,7 +333,7 @@ (define-public meson
|
|||
(define-public meson/newer
|
||||
(package
|
||||
(inherit meson)
|
||||
(version "1.1.1")
|
||||
(version "1.2.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/mesonbuild/meson/"
|
||||
|
@ -341,7 +341,7 @@ (define-public meson/newer
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"073vf8059nzs6p5aaqr5wva4pgl81540szdb5yw9yhyajwgm8jyh"))))))
|
||||
"1x9rnrbwvzhnzmz4zqag44w06khks8wckcajxsbr8m4760akmnxi"))))))
|
||||
|
||||
(define-public meson-python
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue