guix-commits
[Top][All Lists]
Advanced

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

123/193: gnu: Remove rust-rand-xoshiro-0.3.


From: guix-commits
Subject: 123/193: gnu: Remove rust-rand-xoshiro-0.3.
Date: Mon, 24 Oct 2022 03:52:07 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 8e53b618e9b6f9689f864b7075ed66823ed2446a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 18 22:46:00 2022 +0300

    gnu: Remove rust-rand-xoshiro-0.3.
    
    * gnu/packages/crates-io.scm (rust-rand-xoshiro-0.3): Delete variable.
---
 gnu/packages/crates-io.scm | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 6785c0b216..e61a1bdc36 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -46879,28 +46879,6 @@ random number generators.")
 random number generators.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-rand-xoshiro-0.3
-  (package
-    (inherit rust-rand-xoshiro-0.4)
-    (name "rust-rand-xoshiro")
-    (version "0.3.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "rand_xoshiro" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32
-         "07w3qgrac8r356lz5vqff42rly6yd9vs3g5lx5pbn13rcmb05rqb"))))
-    (arguments
-     `(#:cargo-inputs
-       (("rust-byteorder" ,rust-byteorder-1)
-        ("rust-rand-core" ,rust-rand-core-0.5)
-        ("rust-serde" ,rust-serde-1))
-       #:cargo-development-inputs
-       (("rust-bincode" ,rust-bincode-1))))))
-
 (define-public rust-rand-xoshiro-0.1
   (package
     (inherit rust-rand-xoshiro-0.4)



reply via email to

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