guix-commits
[Top][All Lists]
Advanced

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

97/194: gnu: rust-pkg-config-0.3: Update to 0.3.27.


From: guix-commits
Subject: 97/194: gnu: rust-pkg-config-0.3: Update to 0.3.27.
Date: Tue, 3 Oct 2023 14:57:37 -0400 (EDT)

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

commit d57524b51741521f5b94dd98171c2fcef7306182
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Oct 1 21:48:41 2023 +0300

    gnu: rust-pkg-config-0.3: Update to 0.3.27.
    
    * gnu/packages/crates-io.scm (rust-pkg-config-0.3): Update to 0.3.27.
    [arguments]: Fix typo in custom phase name. Remove trailing #t from
    phases.
---
 gnu/packages/crates-io.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 6095c9d37d..f5fcdf2632 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -48678,7 +48678,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.26")
+    (version "0.3.27")
     (source
      (origin
        (method url-fetch)
@@ -48686,20 +48686,19 @@ with additional support for PKCS#8v2 asymmetric key 
packages (RFC 5958).")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0q2i61dhqvawc51zfzl3jich57w0cjgfa894hn6ings7ffgsbjba"))))
+         "0r39ryh1magcq4cz5g9x88jllsnxnhcqr753islvyk4jp9h2h1r6"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-development-inputs
        (("rust-lazy-static" ,rust-lazy-static-1))
        #:phases
        (modify-phases %standard-phases
-         (add-after 'unpack 'hardcode-pkg-config-loation
+         (add-after 'unpack 'hardcode-pkg-config-location
            (lambda* (#:key inputs #:allow-other-keys)
              (substitute* "src/lib.rs"
                (("\"pkg-config\"")
                 (string-append "\"" (assoc-ref inputs "pkg-config")
-                               "/bin/pkg-config\"")))
-             #t)))))
+                               "/bin/pkg-config\""))))))))
     (native-inputs
      (list pkg-config))
     (home-page "https://github.com/rust-lang/pkg-config-rs";)



reply via email to

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