mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 10:30:43 +02:00
gnu: rust-pathdiff-0.2: Update to 0.2.3.
* gnu/packages/crates-io.scm (rust-pathdiff-0.2): Update to 0.2.3. Change-Id: I355cb71287df352359bebe128786b4c543988543 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
b5ac23667d
commit
c55869be28
1 changed files with 2 additions and 2 deletions
|
@ -51556,14 +51556,14 @@ slash path (e.g. @code{foo/bar}, @code{C:/foo/bar}).")
|
||||||
(define-public rust-pathdiff-0.2
|
(define-public rust-pathdiff-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-pathdiff")
|
(name "rust-pathdiff")
|
||||||
(version "0.2.1")
|
(version "0.2.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "pathdiff" version))
|
(uri (crate-uri "pathdiff" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1pa4dcmb7lwir4himg1mnl97a05b2z0svczg62l8940pbim12dc8"))))
|
(base32 "1lrqp4ip05df8dzldq6gb2c1sq2gs54gly8lcnv3rhav1qhwx56z"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:skip-build? #t
|
(list #:skip-build? #t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue