guix-commits
[Top][All Lists]
Advanced

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

118/281: gnu: rust-opener: Update to 0.5.0.


From: guix-commits
Subject: 118/281: gnu: rust-opener: Update to 0.5.0.
Date: Wed, 22 Feb 2023 05:40:55 -0500 (EST)

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

commit 73587c6cfa5bbde1e47a1857696f8dfd6ff823e0
Author: Paul Alesius <paul@unnservice.com>
AuthorDate: Wed Feb 8 14:24:00 2023 -0500

    gnu: rust-opener: Update to 0.5.0.
    
    * gnu/packages/crates-io.scm (rust-opener-0.4): Replace with...
    (rust-opener-0.5): ... this.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/crates-io.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index aac6b98105..db3e730d96 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -38145,10 +38145,10 @@ the system.")
        (("rust-pathdiff" ,rust-pathdiff-0.2)
         ("rust-winapi" ,rust-winapi-0.3))))))
 
-(define-public rust-opener-0.4
+(define-public rust-opener-0.5
   (package
     (name "rust-opener")
-    (version "0.4.1")
+    (version "0.5.0")
     (source
      (origin
        (method url-fetch)
@@ -38157,7 +38157,7 @@ the system.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1bpknqvhqkalhmq8n2m97apc0r3y194ppybl1qxay34xr83p848k"))))
+         "0lkrn4fv1h4m8gmp7ll6x7vjvb6kls2ngwa5cgsh2ix5fb6yp8sf"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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