guix-commits
[Top][All Lists]
Advanced

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

129/135: gnu: rust-jobserver-0.1: Update to 0.1.28.


From: guix-commits
Subject: 129/135: gnu: rust-jobserver-0.1: Update to 0.1.28.
Date: Wed, 27 Mar 2024 04:55:10 -0400 (EDT)

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

commit 777749c2b10137962a95b78672fa432661a76236
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Mar 27 10:33:22 2024 +0200

    gnu: rust-jobserver-0.1: Update to 0.1.28.
    
    * gnu/packages/crates-io.scm (rust-jobserver-0.1): Update to 0.1.28.
    
    Change-Id: If461c3902aa629471cfa61981560cfaf64aeeba0
---
 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 48e1a876ff..7ee7a42f25 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -34630,7 +34630,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.27")
+    (version "0.1.28")
     (source
      (origin
        (method url-fetch)
@@ -34638,7 +34638,7 @@ the jni-bindgen code generator for binding to JVM APIs 
from Rust.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0z9w6vfqwbr6hfk9yaw7kydlh6f7k39xdlszxlh39in4acwzcdwc"))))
+         "1mji1wis4w76v3issgpah2x3j1k0ybq0cz3qgypg7pkdablscimb"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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