me
/
guix
Archived
1
0
Fork 0

gnu: aml: Update to 0.3.0.

* gnu/packages/c.scm (aml): Update to 0.3.0.

Change-Id: I2bb2c44650485538eaf4dd174cbbc6e697d00e69
master
Zheng Junjie 2024-07-30 17:47:31 +08:00
parent 54afafc63f
commit bb710ca646
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -406,7 +406,7 @@ Python.")
(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 @@ Python.")
(file-name (git-file-name name version))
(sha256
(base32
"0mxmzlhiv88hm4sf8kyawyrml8qy1xis019hdyb5skl9g95z9yyf"))))
"0r4k233hh3iqc6zlhh2agmdj8q973x49pdixhz7h5hz7md38qzq5"))))
(build-system meson-build-system)
(native-inputs
(list pkg-config))