guix-commits
[Top][All Lists]
Advanced

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

117/470: gnu: rust-jobserver-0.1: Update to 0.1.24.


From: guix-commits
Subject: 117/470: gnu: rust-jobserver-0.1: Update to 0.1.24.
Date: Thu, 16 Mar 2023 03:00:37 -0400 (EDT)

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

commit c6d6264068ced1717ef4b829b96a78783d3c72c8
Author: Paul Alesius <paul@unnservice.com>
AuthorDate: Wed Feb 8 14:23:48 2023 -0500

    gnu: rust-jobserver-0.1: Update to 0.1.24.
    
    * gnu/packages/crates-io.scm (rust-jobserver-0.1): Update to 0.1.24.
    
    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 51fd2882b5..c2bbb423a7 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -29144,7 +29144,7 @@ the jni-bindgen code generator for binding to JVM APIs 
from Rust.")
 (define-public rust-jobserver-0.1
   (package
     (name "rust-jobserver")
-    (version "0.1.22")
+    (version "0.1.24")
     (source
      (origin
        (method url-fetch)
@@ -29153,7 +29153,7 @@ the jni-bindgen code generator for binding to JVM APIs 
from Rust.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1zg7p4khibisbvd8b1lqvvni6lr00g49d4bq2zj6m76bs7jmlbwp"))))
+         "1yn1vxbbqv7dqir6qbfcj8h8ddjf89m5mhvm36h13xx7k5raf9dg"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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