mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: Remove rust-memoffset-0.2.
* gnu/packages/crates-io.scm (rust-memoffset-0.2): Delete variable.
This commit is contained in:
parent
12b4572d95
commit
cf19b6b8df
1 changed files with 0 additions and 16 deletions
|
@ -33680,22 +33680,6 @@ (define-public rust-memoffset-0.5
|
||||||
(("rust-doc-comment" ,rust-doc-comment-0.3))))
|
(("rust-doc-comment" ,rust-doc-comment-0.3))))
|
||||||
(inputs '())))
|
(inputs '())))
|
||||||
|
|
||||||
(define-public rust-memoffset-0.2
|
|
||||||
(package
|
|
||||||
(inherit rust-memoffset-0.5)
|
|
||||||
(name "rust-memoffset")
|
|
||||||
(version "0.2.1")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "memoffset" version))
|
|
||||||
(file-name
|
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1cvm2z7dy138s302ii7wlzcxbka5a8yfl5pl5di7lbdnw9hw578g"))))
|
|
||||||
(arguments `(#:skip-build? #t))))
|
|
||||||
|
|
||||||
(define-public rust-memsec-0.6
|
(define-public rust-memsec-0.6
|
||||||
(package
|
(package
|
||||||
(name "rust-memsec")
|
(name "rust-memsec")
|
||||||
|
|
Loading…
Reference in a new issue