1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +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:
Jordan Moore 2025-01-04 23:29:16 -05:00 committed by Efraim Flashner
parent b5ac23667d
commit c55869be28
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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