unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
To: 56776@debbugs.gnu.org
Cc: Nicolas Graves <ngraves@ngraves.fr>
Subject: [bug#56776] [PATCH] gnu: Add rust-findshlibs-0.8.
Date: Tue, 26 Jul 2022 09:55:13 +0200	[thread overview]
Message-ID: <20220726075513.16541-1-ngraves@ngraves.fr> (raw)

* 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





             reply	other threads:[~2022-07-26  7:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-26  7:55 Nicolas Graves via Guix-patches via [this message]
2022-07-26  7:59 ` [bug#56776] [PATCH] gnu: rust-addr2line-0.14: Do not skip build Nicolas Graves via Guix-patches via
2022-10-28  8:32 ` bug#56776: rust-findshlibs Nicolas Graves via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220726075513.16541-1-ngraves@ngraves.fr \
    --to=guix-patches@gnu.org \
    --cc=56776@debbugs.gnu.org \
    --cc=ngraves@ngraves.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).