GNU bug report logs -
#56061
[gnu: Add dua-cli. 02/27] gnu: Add rust-adler-1.
Previous Next
Reported by: antlers <autumnalantlers <at> gmail.com>
Date: Sat, 18 Jun 2022 19:58:05 UTC
Severity: normal
Tags: patch
Merged with 56056,
56057,
56058,
56059,
56060,
56062,
56063,
56064,
56065,
56066,
56067,
56068,
56069,
56070,
56071,
56072,
56073,
56074
To reply to this bug, email your comments to 56061 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#56061
; Package
guix-patches
.
(Sat, 18 Jun 2022 19:58:05 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
antlers <autumnalantlers <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 18 Jun 2022 19:58:05 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-adler-1): New variable.
---
:100644 100644 52ee00676c 354385efc1 M gnu/packages/crates-io.scm
gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 52ee00676c..354385efc1 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -1840,6 +1840,30 @@ (define-public rust-addr2line-0.9
("rust-memmap" ,rust-memmap-0.7)
("rust-rustc-test" ,rust-rustc-test-0.3))))))
+(define-public rust-adler-1
+ (package
+ (name "rust-adler")
+ (version "1.0.2")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "adler" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1zim79cvzd5yrkzl3nyfx0avijwgk9fqv3yrscdy1cc79ih02qpj"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
+ ("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1))))
+ (home-page "https://github.com/jonas-schievink/adler")
+ (synopsis "Simple, clean-room implementation of the Adler-32 checksum")
+ (description
+ "This package provides a simple clean-room implementation of the Adler-32
+checksum")
+ (license (list license:bsd-0 license:expat license:asl2.0))))
+
(define-public rust-adler-0.2
(package
(name "rust-adler")
--
2.36.0
This bug report was last modified 3 years and 52 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.