mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: Remove rust-pathdiff-0.1.
* gnu/packages/crates-io.scm (rust-pathdiff-0.1): Delete variable.
This commit is contained in:
parent
593233cab8
commit
988f8873ef
1 changed files with 0 additions and 15 deletions
|
@ -40649,21 +40649,6 @@ (define-public rust-pathdiff-0.2
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue