GNU bug report logs -
#56776
[PATCH] gnu: Add rust-findshlibs-0.8.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Tue, 26 Jul 2022 07:56:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Graves <ngraves <at> ngraves.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#56776: [PATCH] gnu: Add rust-findshlibs-0.8.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 56776 <at> debbugs.gnu.org.
--
56776: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56776
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
I close this patch series because it's not a leaf (regarding recent
changes by Efraim Flashner for rust packages).
--
Best regards,
Nicolas Graves
[Message part 3 (message/rfc822, inline)]
* gnu/packages/crates-io.scm (rust-findshlibs-0.8): New variable.
---
gnu/packages/crates-io.scm | 23 ++++++++++++++++++-----
1 file changed, 18 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index b5cbc17ced..aaf7fe31e0 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -21910,10 +21910,10 @@ (define-public rust-field-offset-0.3
implementation.")
(license (list license:expat license:asl2.0))))
-(define-public rust-findshlibs-0.5
+(define-public rust-findshlibs-0.8
(package
(name "rust-findshlibs")
- (version "0.5.0")
+ (version "0.8.0")
(source
(origin
(method url-fetch)
@@ -21921,11 +21921,10 @@ (define-public rust-findshlibs-0.5
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1n2vagn0q5yim32hxkwi1cjgp3yn1dm45p7z8nw6lapywihhs9mi"))))
+ "1jc7yvc830mr29gvqpmc73qshf84nvd00xvaryv91ky7m4cgrbrp"))))
(build-system cargo-build-system)
(arguments
- `(#:skip-build? #t
- #:cargo-inputs
+ `(#:cargo-inputs
(("rust-lazy-static" ,rust-lazy-static-1)
("rust-libc" ,rust-libc-0.2))))
(home-page "https://github.com/gimli-rs/findshlibs")
@@ -21936,6 +21935,20 @@ (define-public rust-findshlibs-0.5
(license (list license:asl2.0
license:expat))))
+(define-public rust-findshlibs-0.5
+ (package
+ (inherit rust-findshlibs-0.8)
+ (name "rust-findshlibs")
+ (version "0.5.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "findshlibs" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1n2vagn0q5yim32hxkwi1cjgp3yn1dm45p7z8nw6lapywihhs9mi"))))))
+
(define-public rust-fixed-1
(package
(name "rust-fixed")
--
2.37.1
This bug report was last modified 2 years and 263 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.