mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: Remove rust-group-0.12.
* gnu/packages/crates-io.scm (rust-group-0.12): Delete variable. Change-Id: Id2e53c87e93567edf0bdb62542a8d2f7d40292bf
This commit is contained in:
parent
1a6f45824d
commit
527d259118
1 changed files with 0 additions and 20 deletions
|
@ -30640,26 +30640,6 @@ (define-public rust-group-0.13
|
|||
(description "Elliptic curve group traits and utilities.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-group-0.12
|
||||
(package
|
||||
(inherit rust-group-0.13)
|
||||
(name "rust-group")
|
||||
(version "0.12.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "group" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1ixspxqdpq0hxg0hd9s6rngrp6rll21v4jjnr7ar1lzvdhxgpysx"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-ff" ,rust-ff-0.12)
|
||||
("rust-memuse" ,rust-memuse-0.2)
|
||||
("rust-rand" ,rust-rand-0.8)
|
||||
("rust-rand-core" ,rust-rand-core-0.6)
|
||||
("rust-rand-xorshift" ,rust-rand-xorshift-0.3)
|
||||
("rust-subtle" ,rust-subtle-2))))))
|
||||
|
||||
(define-public rust-groupable-0.2
|
||||
(package
|
||||
(name "rust-groupable")
|
||||
|
|
Loading…
Reference in a new issue