me
/
guix
Archived
1
0
Fork 0

gnu: Remove spurious rust-scopeguard-1 package.

* gnu/packages/crates-io.scm (rust-scopeguard-1): Remove package.
master
Nicolas Goaziou 2021-02-05 23:44:16 +01:00
parent 8f1a5c2bbb
commit a68352ed90
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 0 additions and 15 deletions

View File

@ -30872,21 +30872,6 @@ with one of the implemented strategies.")
(license (list license:asl2.0
license:expat))))
(define-public rust-scopeguard-1
(package
(inherit rust-scopeguard-1)
(name "rust-scopeguard")
(version "1.0.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "scopeguard" version))
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
"03aay84r1f6w87ckbpj6cc4rnsxkxcfs13n5ynxjia0qkgjiabml"))))
(arguments '(#:skip-build? #t))))
(define-public rust-scopeguard-0.3
(package
(inherit rust-scopeguard-1)