guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Revert "gnu: Add rust-number-prefix-0.4."


From: guix-commits
Subject: branch master updated: Revert "gnu: Add rust-number-prefix-0.4."
Date: Wed, 28 Sep 2022 06:57:23 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f0136c8805 Revert "gnu: Add rust-number-prefix-0.4."
f0136c8805 is described below

commit f0136c880516fb02c89cad77bddaea207722d302
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Sep 28 13:55:15 2022 +0300

    Revert "gnu: Add rust-number-prefix-0.4."
    
    This reverts commit 3ff582b82b047f709b761ccf075809c66fef7957.
    
    This package was already included in Guix.
---
 gnu/packages/crates-io.scm | 19 +++----------------
 1 file changed, 3 insertions(+), 16 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 1f4fa10524..f83d7fff6d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -40072,10 +40072,10 @@ mathematics.")
 giga, kibi.")
     (license license:expat)))
 
-(define-public rust-number-prefix-0.4
+(define-public rust-number-prefix-0.3
   (package
     (name "rust-number-prefix")
-    (version "0.4.0")
+    (version "0.3.0")
     (source
       (origin
         (method url-fetch)
@@ -40084,7 +40084,7 @@ giga, kibi.")
          (string-append name "-" version ".tar.gz"))
         (sha256
          (base32
-          "1wvh13wvlajqxkb1filsfzbrnq0vrmrw298v2j3sy82z1rm282w3"))))
+          "0slm4mqmpgs6hvz22ycny9lvyvl9ivs80a1lncslp7lszz02zc0p"))))
     (build-system cargo-build-system)
     (home-page "https://github.com/ogham/rust-number-prefix";)
     (synopsis "Format numeric prefixes: kilo, giga, kibi")
@@ -40093,19 +40093,6 @@ giga, kibi.")
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]