guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Remove spurious rust-scopeguard-1 package.


From: guix-commits
Subject: branch master updated: gnu: Remove spurious rust-scopeguard-1 package.
Date: Fri, 05 Feb 2021 17:45:03 -0500

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 <mail@nicolasgoaziou.fr>
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

[Prev in Thread] Current Thread [Next in Thread]