guix-commits
[Top][All Lists]
Advanced

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

14/59: gnu: rust-autocfg-1: Update to 1.1.0.


From: guix-commits
Subject: 14/59: gnu: rust-autocfg-1: Update to 1.1.0.
Date: Tue, 29 Nov 2022 16:08:14 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 29a22a2c8a3bda18d0f08b497eef717b1d5248b3
Author: ( <paren@disroot.org>
AuthorDate: Tue Nov 29 07:00:28 2022 +0000

    gnu: rust-autocfg-1: Update to 1.1.0.
    
    * gnu/packages/crates-io.scm (rust-autocfg-1): Update to 1.1.0.
    [description]: Use full sentences.
    
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 gnu/packages/crates-io.scm | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 0f8c10166e..853b7c6f4f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -5060,22 +5060,19 @@ they're not available.")
 (define-public rust-autocfg-1
   (package
     (name "rust-autocfg")
-    (version "1.0.1")
+    (version "1.1.0")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "autocfg" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32
-         "0jj6i9zn4gjl03kjvziqdji6rwx8ykz8zk2ngpc331z2g3fk3c6d"))))
+        (base32 "1ylp3cb47ylzabimazvbz9ms6ap784zhb6syaz6c1jqpmcmq0s6l"))))
     (build-system cargo-build-system)
     (home-page "https://github.com/cuviper/autocfg";)
-    (synopsis
-     "Automatic cfg for Rust compiler features")
+    (synopsis "Automatic configuration for Rust compiler features")
     (description
-     "Automatic cfg for Rust compiler features.")
+     "This package utomatically configures Rust compiler features.")
     (license (list license:asl2.0 license:expat))))
 
 (define-public rust-autocfg-0.1



reply via email to

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