unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Vinicius Monego <monego@posteo.net>
To: 49151@debbugs.gnu.org
Cc: Vinicius Monego <monego@posteo.net>
Subject: [bug#49151] [PATCH 4/5] gnu: rust-lazycell-1: Update to 1.3.0.
Date: Mon, 21 Jun 2021 10:43:48 +0000	[thread overview]
Message-ID: <20210621104349.110367-4-monego@posteo.net> (raw)
In-Reply-To: <20210621104349.110367-1-monego@posteo.net>

* gnu/packages/crates-io.scm (rust-lazycell-1): Update to 1.3.0.
[arguments]: Remove #:skip-build.
---
rust-battery requires lazycell ~1.3. Versioned suffix is the same for both versions. I don't know if this upgrade would break other packages.

 gnu/packages/crates-io.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 83ab563c39..9b17db332b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -23160,7 +23160,7 @@ requires non-const function calls to be computed.")
 (define-public rust-lazycell-1
   (package
     (name "rust-lazycell")
-    (version "1.2.1")
+    (version "1.3.0")
     (source
      (origin
        (method url-fetch)
@@ -23169,11 +23169,10 @@ requires non-const function calls to be computed.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0gvqycmpv7parc98i6y64ai7rvxrn1947z2a6maa02g4kvxdd55j"))))
+         "0m8gw7dn30i0zjjpjdyf6pc16c34nl71lpv461mix50x3p70h3c3"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs (("rust-clippy" ,rust-clippy-0.0))))
+     `(#:cargo-inputs (("rust-clippy" ,rust-clippy-0.0))))
     (home-page "https://github.com/indiv0/lazycell")
     (synopsis "Lazily filled Cell struct")
     (description
-- 
2.32.0





  parent reply	other threads:[~2021-06-21 11:00 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-21 10:41 [bug#49151] [PATCH 0/5] gnu: Add rust-battery-0.7 Vinicius Monego
2021-06-21 10:43 ` [bug#49151] [PATCH 1/5] gnu: Add rust-uom-0.31 Vinicius Monego
2021-06-21 10:43   ` [bug#49151] [PATCH 2/5] gnu: Add rust-uom-0.30 Vinicius Monego
2021-06-21 10:43   ` [bug#49151] [PATCH 3/5] gnu: Add rust-mach-0.3 Vinicius Monego
2021-06-21 10:43   ` Vinicius Monego [this message]
2021-06-21 10:43   ` [bug#49151] [PATCH 5/5] gnu: Add rust-battery-0.7 Vinicius Monego
2021-06-22  9:04 ` bug#49151: [PATCH 0/5] " Nicolas Goaziou

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=20210621104349.110367-4-monego@posteo.net \
    --to=monego@posteo.net \
    --cc=49151@debbugs.gnu.org \
    /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).