z572 pushed a commit to branch master
in repository guix.
commit bb710ca64652b91109586f9f2144be9ea84d3424
Author: Zheng Junjie <[email protected]>
AuthorDate: Tue Jul 30 17:47:31 2024 +0800
gnu: aml: Update to 0.3.0.
* gnu/packages/c.scm (aml): Update to 0.3.0.
Change-Id: I2bb2c44650485538eaf4dd174cbbc6e697d00e69
---
gnu/packages/c.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index 4b681c6a35..a7ac359a94 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -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))