guix-commits
[Top][All Lists]
Advanced

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

01/18: gnu: rust-pkg-config: Update to 0.3.26.


From: guix-commits
Subject: 01/18: gnu: rust-pkg-config: Update to 0.3.26.
Date: Fri, 2 Dec 2022 16:48:38 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit b4f5b547031dafb7802fbfd63e33e7c6651d5f07
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Dec 1 17:54:46 2022 +0100

    gnu: rust-pkg-config: Update to 0.3.26.
    
    * gnu/packages/crates-io.scm (rust-pkg-config-0.3): Update to 0.3.26.
---
 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 e240520fff..17d5041d09 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -41075,7 +41075,7 @@ with additional support for PKCS#8v2 asymmetric key 
packages (RFC 5958).")
 (define-public rust-pkg-config-0.3
   (package
     (name "rust-pkg-config")
-    (version "0.3.19")
+    (version "0.3.26")
     (source
      (origin
        (method url-fetch)
@@ -41083,7 +41083,7 @@ with additional support for PKCS#8v2 asymmetric key 
packages (RFC 5958).")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0k4860955riciibxr8bhnklp79jydp4xfylwdn5v9kj96hxlac9q"))))
+         "0q2i61dhqvawc51zfzl3jich57w0cjgfa894hn6ings7ffgsbjba"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-development-inputs



reply via email to

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