guix-commits
[Top][All Lists]
Advanced

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

40/436: gnu: rust-os-info-3: Update to 3.7.0.


From: guix-commits
Subject: 40/436: gnu: rust-os-info-3: Update to 3.7.0.
Date: Sun, 5 Nov 2023 05:28:00 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 3e7a08d8f1132d72a3f5c9090e98bbc9a896af62
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 24 08:47:56 2023 +0300

    gnu: rust-os-info-3: Update to 3.7.0.
    
    * gnu/packages/crates-io.scm (rust-os-info-3): Update to 3.7.0.
    
    Change-Id: I35a3f07373ff9cfd2bdeddbf64542759961c3f99
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 2a032c9f56..5ef93b9617 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -47762,14 +47762,14 @@ easy and usable crypto while trying to minimize the 
use of unsafe code.")
 (define-public rust-os-info-3
   (package
     (name "rust-os-info")
-    (version "3.6.0")
+    (version "3.7.0")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "os_info" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1h5q42l0azly64b80gb36f0lsm296idkn0dc7247gq0mip34nhjw"))))
+        (base32 "0pndk46gl8lnyjb89p0k4bnn9ryxzrqh78pdh0c6ydl8p3al4vh0"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-development-inputs



reply via email to

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