guix-commits
[Top][All Lists]
Advanced

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

12/14: gnu: rust-os-info-3: Update to 3.0.7.


From: guix-commits
Subject: 12/14: gnu: rust-os-info-3: Update to 3.0.7.
Date: Thu, 9 Feb 2023 08:15:24 -0500 (EST)

apteryx pushed a commit to branch staging
in repository guix.

commit ace43deb2e930cb619c407c12ef569ea7539f87e
Author: Paul Alesius <paul@unnservice.com>
AuthorDate: Wed Feb 8 14:45:30 2023 -0500

    gnu: rust-os-info-3: Update to 3.0.7.
    
    * gnu/packages/crates-io.scm (rust-os-info-3): Update to 3.0.7.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 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 36f8568fe2..c404b48842 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -38420,14 +38420,14 @@ under its new name.")
 (define-public rust-os-info-3
   (package
     (name "rust-os-info")
-    (version "3.0.6")
+    (version "3.0.7")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "os_info" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1pbcf2in8i9w6zjzk6jmrd89gm5h7qpyqi3hvkl0axpzp1m57lmk"))))
+        (base32 "09x2sm4pgcpk14hakj4iq0zkglx1bwxlq3a5mbwc737dpwh11jba"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t



reply via email to

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