GNU bug report logs - #57702
[PATCH 0/8] Update rust-clap-3 to 3.2.17

Previous Next

Package: guix-patches;

Reported by: VesselWave <VesselWave <at> protonmail.com>

Date: Fri, 9 Sep 2022 15:14:02 UTC

Severity: normal

Tags: patch

Done: Steve George <steve <at> futurile.net>

Bug is archived. No further changes may be made.

Full log


Message #17 received at 57702 <at> debbugs.gnu.org (full text, mbox):

From: VesselWave <VesselWave <at> protonmail.com>
To: "57702 <at> debbugs.gnu.org" <57702 <at> debbugs.gnu.org>
Subject: [PATCH v2 4/8] gnu: rust-parking-lot-core: Inrerit from latest.
Date: Fri, 09 Sep 2022 16:06:12 +0000
[Message part 1 (text/plain, inline)]
---
gnu/packages/crates-io.scm | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index da9f249634..9232143600 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -41747,6 +41747,7 @@ (define-public rust-parking-lot-core-0.9

(define-public rust-parking-lot-core-0.8
(package
+ (inherit rust-parking-lot-core-0.9)
(name "rust-parking-lot-core")
(version "0.8.4")
(source
@@ -41764,7 +41765,6 @@ (define-public rust-parking-lot-core-0.8
;; that works well, really.
(substitute* "Cargo.toml"
(("0\\.3\\.60") "0.3.56"))))))
- (build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-backtrace" ,rust-backtrace-0.3)
@@ -41775,16 +41775,11 @@ (define-public rust-parking-lot-core-0.8
("rust-redox-syscall" ,rust-redox-syscall-0.2)
("rust-smallvec" ,rust-smallvec-1)
("rust-thread-id" ,rust-thread-id-4)
- ("rust-winapi" ,rust-winapi-0.3))))
- (home-page "https://github.com/Amanieu/parking_lot")
- (synopsis "API for creating custom synchronization primitives")
- (description "This package provides an advanced API for creating custom
-synchronization primitives.")
- (license (list license:asl2.0 license:expat))))
+ ("rust-winapi" ,rust-winapi-0.3))))))

(define-public rust-parking-lot-core-0.7
(package
- (inherit rust-parking-lot-core-0.8)
+ (inherit rust-parking-lot-core-0.9)
(name "rust-parking-lot-core")
(version "0.7.2")
(source
@@ -41810,7 +41805,7 @@ (define-public rust-parking-lot-core-0.7

(define-public rust-parking-lot-core-0.6
(package
- (inherit rust-parking-lot-core-0.7)
+ (inherit rust-parking-lot-core-0.9)
(name "rust-parking-lot-core")
(version "0.6.2")
(source
--2.37.2
[Message part 2 (text/html, inline)]

This bug report was last modified 91 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.