mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Remove rust-safemem-0.2.
* gnu/packages/crates-io.scm (rust-safemem-0.2): Delete variable. Change-Id: I5bf973c874a25f1f7ecf7cf8f2b3ba090863d493
This commit is contained in:
parent
215240567d
commit
c61c373d10
1 changed files with 0 additions and 14 deletions
|
@ -56468,20 +56468,6 @@ (define-public rust-safemem-0.3
|
|||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-safemem-0.2
|
||||
(package
|
||||
(inherit rust-safemem-0.3)
|
||||
(name "rust-safemem")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "safemem" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "13rx2vl5bqc7x4xpfc0can3a39f3bhgqg3l112lsxxrmp0cqnyp2"))))
|
||||
(arguments `(#:skip-build? #t))))
|
||||
|
||||
(define-public rust-same-file-1
|
||||
(package
|
||||
(name "rust-same-file")
|
||||
|
|
Loading…
Reference in a new issue