This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a68352e  gnu: Remove spurious rust-scopeguard-1 package.
a68352e is described below

commit a68352ed903f6bc7abfbc33ffc551e1234a44043
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Feb 5 23:44:16 2021 +0100

    gnu: Remove spurious rust-scopeguard-1 package.
    
    * gnu/packages/crates-io.scm (rust-scopeguard-1): Remove package.
---
 gnu/packages/crates-io.scm | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 5c68719..0c1c0f4 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -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)

Reply via email to