mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: aml: Update to 0.3.0.
* gnu/packages/c.scm (aml): Update to 0.3.0. Change-Id: I2bb2c44650485538eaf4dd174cbbc6e697d00e69
This commit is contained in:
parent
54afafc63f
commit
bb710ca646
1 changed files with 2 additions and 2 deletions
|
@ -406,7 +406,7 @@ (define-public python-pcpp
|
|||
(define-public aml
|
||||
(package
|
||||
(name "aml")
|
||||
(version "0.2.0")
|
||||
(version "0.3.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -415,7 +415,7 @@ (define-public aml
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0mxmzlhiv88hm4sf8kyawyrml8qy1xis019hdyb5skl9g95z9yyf"))))
|
||||
"0r4k233hh3iqc6zlhh2agmdj8q973x49pdixhz7h5hz7md38qzq5"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
|
|
Loading…
Reference in a new issue