guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: rust-core-foundation-0.7: Downgrade to 0.7.0.


From: guix-commits
Subject: 05/06: gnu: rust-core-foundation-0.7: Downgrade to 0.7.0.
Date: Mon, 12 Oct 2020 06:27:07 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 8bcfd15c2abd6b7d7d82ab3260df06379febff1f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 12 13:12:39 2020 +0300

    gnu: rust-core-foundation-0.7: Downgrade to 0.7.0.
    
    0.7.1 was pulled by upstream.
    
    * gnu/packages/crates-io.scm (rust-core-foundation-0.7): Downgrade to 0.7.0.
    [arguments]: Skip build.
---
 gnu/packages/crates-io.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 6cade68..e2b3b5b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -4563,7 +4563,7 @@ intrinsics.")
 (define-public rust-core-foundation-0.7
   (package
     (name "rust-core-foundation")
-    (version "0.7.1")
+    (version "0.7.0")
     (source
      (origin
        (method url-fetch)
@@ -4572,10 +4572,11 @@ intrinsics.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "024qmb4c33ppy0fhj022x291nrlzl5n2gqs46n0cyxms85xl8qxl"))))
+         "0wbias8f0m5kyn2pcksi0h58fdslams6nmf16w78fgn42dx4rljp"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:cargo-inputs
+     `(#:skip-build? #t
+       #:cargo-inputs
        (("rust-chrono" ,rust-chrono-0.4)
         ("rust-core-foundation-sys" ,rust-core-foundation-sys-0.7)
         ("rust-libc" ,rust-libc-0.2)



reply via email to

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