guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

25/40: gnu: rust-parking-lot-0.11: Shorten synopsis.


From: guix-commits
Subject: 25/40: gnu: rust-parking-lot-0.11: Shorten synopsis.
Date: Sat, 23 Jan 2021 19:33:27 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit dea2f09d128c8f2b0808caa957b10de9d789875f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 24 00:32:49 2021 +0100

    gnu: rust-parking-lot-0.11: Shorten synopsis.
    
    * gnu/packages/crates-io.scm (rust-parking-lot-0.11): Shorten synopsis.
---
 gnu/packages/crates-io.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 044f7b2..7f87378 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -23066,9 +23066,11 @@ unparking.")
        (("rust-bincode" ,rust-bincode-1)
         ("rust-rand" ,rust-rand-0.7))))
     (home-page "https://github.com/Amanieu/parking_lot";)
-    (synopsis "More compact and efficient implementations of the standard 
synchronization primitives")
-    (description "This package provides more compact and efficient
-implementations of the standard synchronization primitives.")
+    (synopsis
+     "Efficient implementations of the standard synchronization primitives")
+    (description
+     "This package provides more compact and efficient implementations
+of the standard synchronization primitives.")
     (license (list license:asl2.0 license:expat))))
 
 (define-public rust-parking-lot-0.10



reply via email to

[Prev in Thread] Current Thread [Next in Thread]