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:
Efraim Flashner 2024-12-31 19:38:17 +02:00
parent 1a6f45824d
commit 527d259118
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")