[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
44/59: gnu: rust-pathdiff-0.2: Update to 0.2.1.
From: |
guix-commits |
Subject: |
44/59: gnu: rust-pathdiff-0.2: Update to 0.2.1. |
Date: |
Tue, 29 Nov 2022 16:08:22 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 66d14a4da679969ebaef884d2c218176b899e650
Author: ( <paren@disroot.org>
AuthorDate: Tue Nov 29 07:00:58 2022 +0000
gnu: rust-pathdiff-0.2: Update to 0.2.1.
* gnu/packages/crates-io.scm (rust-pathdiff-0.2): Update to 0.2.1.
[description]: Use full sentences.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
gnu/packages/crates-io.scm | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 2744abfeab..3494634b55 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -39182,23 +39182,25 @@ path.Clean.")
(define-public rust-pathdiff-0.2
(package
(name "rust-pathdiff")
- (version "0.2.0")
+ (version "0.2.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "pathdiff" version))
- (file-name
- (string-append name "-" version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32
- "0d2aqgrqhdn5kxlnd5dxv7d6pgsgf92r6r9gqm6bdh0mvsrk0xl7"))))
+ (base32 "1pa4dcmb7lwir4himg1mnl97a05b2z0svczg62l8940pbim12dc8"))))
(build-system cargo-build-system)
- (arguments `(#:skip-build? #t))
+ (arguments
+ (list #:skip-build? #t
+ #:cargo-inputs
+ `(("rust-camino" ,rust-camino-1))))
(home-page "https://github.com/Manishearth/pathdiff")
(synopsis "Library for diffing paths to obtain relative paths")
(description
- "Use diff_paths to construct a relative path from a provided base
-directory path to the provided path.")
+ "This package provides a Rust library for constructing a
+relative path from a provided base directory path to the provided
+path.")
(license (list license:asl2.0 license:expat))))
(define-public rust-pbkdf2-0.10
- 35/59: gnu: Add rust-rustix-0.35., (continued)
- 35/59: gnu: Add rust-rustix-0.35., guix-commits, 2022/11/29
- 36/59: gnu: Add rust-terminal-size-0.2., guix-commits, 2022/11/29
- 43/59: gnu: rust-clap-3: Update to 3.2.23., guix-commits, 2022/11/29
- 48/59: gnu: Add rust-rstest-reuse-0.4., guix-commits, 2022/11/29
- 49/59: gnu: rust-which-4: Update to 4.3.0., guix-commits, 2022/11/29
- 53/59: gnu: coeurl: Update to 0.2.1., guix-commits, 2022/11/29
- 54/59: gnu: hunspell, mythes: Update home page., guix-commits, 2022/11/29
- 55/59: gnu: powertop: Remove input labels., guix-commits, 2022/11/29
- 59/59: gnu: libfprint: Update to 1.94.5., guix-commits, 2022/11/29
- 40/59: gnu: Add rust-termion-2., guix-commits, 2022/11/29
- 44/59: gnu: rust-pathdiff-0.2: Update to 0.2.1.,
guix-commits <=
- 56/59: gnu: powertop: Update to 2.15., guix-commits, 2022/11/29