guix-commits
[Top][All Lists]
Advanced

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

04/23: gnu: rust-pkg-config-0.3: Update to 0.3.19.


From: guix-commits
Subject: 04/23: gnu: rust-pkg-config-0.3: Update to 0.3.19.
Date: Mon, 15 Mar 2021 09:54:24 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit d49991143211943c9571fb86a638ace7b370312c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Mar 15 14:21:49 2021 +0200

    gnu: rust-pkg-config-0.3: Update to 0.3.19.
    
    * gnu/packages/crates-io.scm (rust-pkg-config-0.3): Update to 0.3.19.
---
 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 b4fd754..425ab95 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -28714,7 +28714,7 @@ written with declarative macros.")
 (define-public rust-pkg-config-0.3
   (package
     (name "rust-pkg-config")
-    (version "0.3.17")
+    (version "0.3.19")
     (source
       (origin
         (method url-fetch)
@@ -28722,7 +28722,7 @@ written with declarative macros.")
         (file-name (string-append name "-" version ".crate"))
         (sha256
          (base32
-          "0xynnaxdv0gzadlw4h79j855k0q7rj4zb9xb1vk00nc6ss559nh5"))))
+          "0k4860955riciibxr8bhnklp79jydp4xfylwdn5v9kj96hxlac9q"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-development-inputs



reply via email to

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