guix-commits
[Top][All Lists]
Advanced

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

118/193: gnu: Remove rust-pathdiff-0.1.


From: guix-commits
Subject: 118/193: gnu: Remove rust-pathdiff-0.1.
Date: Mon, 24 Oct 2022 03:52:05 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 988f8873ef8619a0f3da8dca8fc9f9cdf5cf3a24
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 18 22:44:06 2022 +0300

    gnu: Remove rust-pathdiff-0.1.
    
    * gnu/packages/crates-io.scm (rust-pathdiff-0.1): Delete variable.
---
 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 7bc685653b..06e6ad6b89 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -40649,21 +40649,6 @@ path.Clean.")
 directory path to the provided path.")
     (license (list license:asl2.0 license:expat))))
 
-(define-public rust-pathdiff-0.1
-  (package
-    (inherit rust-pathdiff-0.2)
-    (name "rust-pathdiff")
-    (version "0.1.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "pathdiff" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32
-         "0cfg3isnx6mf3wbi7rsg4nmvywby40sbcs589n20fgi09l4p1gx3"))))))
-
 (define-public rust-pbkdf2-0.10
   (package
     (name "rust-pbkdf2")



reply via email to

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