GNU bug report logs -
#69257
[PATCH 000/228 rust-team] WIP: Add GNOME Fractal dependencies.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-konst-proc-macros-0.3): Add variable.
(rust-konst-proc-macros-0.2): Inherit from rust-konst-proc-macros-0.3.
---
gnu/packages/crates-io.scm | 23 +++++++++++++++++++----
1 file changed, 19 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 8b3083c71f..b8e789e763 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -36418,23 +36418,38 @@ (define-public rust-konst-macro-rules-0.2
(description "Implementation detail of the konst crate.")
(license license:zlib)))
-(define-public rust-konst-proc-macros-0.2
+(define-public rust-konst-proc-macros-0.3
(package
(name "rust-konst-proc-macros")
- (version "0.2.11")
+ (version "0.3.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "konst_proc_macros" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0dxp8mdh3q9d044ql203way4fgbc50n3j3pi2j1x2snlcaa10klq"))))
+ (base32 "0hv07c8b0v8rlcwkf2n1fv46d5ldk8md344c5c6dc2ayqcfsna2f"))))
(build-system cargo-build-system)
(home-page "https://github.com/rodrimati1992/konst/")
(synopsis "Implementation detail of the @code{konst} crate")
- (description "Implementation detail of the @code{konst} crate.")
+ (description
+ "@code{konst-proc-macros} is an implementation detail of the
+@code{konst} crate.")
(license license:zlib)))
+(define-public rust-konst-proc-macros-0.2
+ (package
+ (inherit rust-konst-proc-macros-0.3)
+ (name "rust-konst-proc-macros")
+ (version "0.2.11")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "konst_proc_macros" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0dxp8mdh3q9d044ql203way4fgbc50n3j3pi2j1x2snlcaa10klq"))))))
+
(define-public rust-kqueue-1
(package
(name "rust-kqueue")
--
2.41.0
This bug report was last modified 1 year and 42 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.