all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: gyara via Guix-patches via <guix-patches@gnu.org>
To: 57448@debbugs.gnu.org
Cc: gyara <me@gyara.moe>
Subject: [bug#57448] [PATCH 1/5] gnu: Add rust-number-prefix 0.4.0
Date: Sat, 27 Aug 2022 19:10:37 +0900	[thread overview]
Message-ID: <50418f56637b6ee94b0e39d3d494cce73dfeb63d.1661595039.git.me@gyara.moe> (raw)
In-Reply-To: <80b2ef6f-e467-dfe3-f838-a12e657687dd@gyara.moe>

---
There are still other packages deps on rust-number-prefix-0.3

 gnu/packages/crates-io.scm | 39 +++++++++++++++++++++++---------------
 1 file changed, 24 insertions(+), 15 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7c5850791d..e446c6dddb 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -39109,27 +39109,36 @@ (define-public rust-num-traits-0.1
      `(#:cargo-inputs
        (("rust-num-traits" , rust-num-traits-0.2))))))
 
-(define-public rust-number-prefix-0.3
+(define-public rust-number-prefix-0.4
   (package
     (name "rust-number-prefix")
-    (version "0.3.0")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "number_prefix" version))
-        (file-name
-         (string-append name "-" version ".tar.gz"))
-        (sha256
-         (base32
-          "0slm4mqmpgs6hvz22ycny9lvyvl9ivs80a1lncslp7lszz02zc0p"))))
+    (version "0.4.0")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "number-prefix" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1wvh13wvlajqxkb1filsfzbrnq0vrmrw298v2j3sy82z1rm282w3"))))
     (build-system cargo-build-system)
     (home-page "https://github.com/ogham/rust-number-prefix")
-    (synopsis "Format numeric prefixes: kilo, giga, kibi")
-    (description
-     "This package provides a library for formatting numeric prefixes: kilo,
-giga, kibi.")
+    (synopsis "Library for numeric prefixes (kilo, giga, kibi).")
+    (description "Library for numeric prefixes (kilo, giga, kibi).")
     (license license:expat)))
 
+(define-public rust-number-prefix-0.3
+  (package
+    (inherit rust-number-prefix-0.4)
+    (name "rust-number-prefix")
+    (version "0.3.0")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "number_prefix" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0slm4mqmpgs6hvz22ycny9lvyvl9ivs80a1lncslp7lszz02zc0p"))))))
+
 (define-public rust-numtoa-0.1
   (package
     (name "rust-numtoa")
-- 
2.37.2





  reply	other threads:[~2022-08-27 10:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-27 10:09 [bug#57448] [PATCH 0/5] gnu: exa: Update to 0.10.1 ギャラ via Guix-patches via
2022-08-27 10:10 ` gyara via Guix-patches via [this message]
2022-08-27 10:10   ` [bug#57448] [PATCH 2/5] gnu: rust-iso8601: Update to 0.3 gyara via Guix-patches via
2022-08-27 10:10   ` [bug#57448] [PATCH 3/5] gnu: rust-datetime: Update to 0.5.2 gyara via Guix-patches via
2022-08-27 10:10   ` [bug#57448] [PATCH 4/5] gnu: rust-zoneinfo-compiled: Update to 0.5.1 gyara via Guix-patches via
2022-08-27 10:10   ` [bug#57448] [PATCH 5/5] gnu: exa: Update to 0.10.1 gyara via Guix-patches via
2022-09-26 19:51 ` [bug#57448] [PATCH 0/5] " Ludovic Courtès
2022-09-28 10:56   ` bug#57448: " Efraim Flashner

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

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

  git send-email \
    --in-reply-to=50418f56637b6ee94b0e39d3d494cce73dfeb63d.1661595039.git.me@gyara.moe \
    --to=guix-patches@gnu.org \
    --cc=57448@debbugs.gnu.org \
    --cc=me@gyara.moe \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.