emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#36514: closed ([PATCH] gnu: rust: Update to 1.36.0


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#36514: closed ([PATCH] gnu: rust: Update to 1.36.0.)
Date: Fri, 12 Jul 2019 03:31:02 +0000

Your message dated Thu, 11 Jul 2019 20:30:50 -0700
with message-id <address@hidden>
and subject line Re: [bug#36514] [PATCH] gnu: rust: Update to 1.36.0.
has caused the debbugs.gnu.org bug report #36514,
regarding [PATCH] gnu: rust: Update to 1.36.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
36514: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36514
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: rust: Update to 1.36.0. Date: Fri, 5 Jul 2019 10:21:59 -0700
* gnu/packages/rust.scm (rust): Rename to...
(rust-1.35): ...this.
(rust): New variable.
---
 gnu/packages/rust.scm | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index 9444d8be73..e9dd5994cd 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -1050,7 +1050,7 @@ jemalloc = \"" jemalloc "/lib/libjemalloc_pic.a" "\"
                       (delete-file-recursively "vendor/jemalloc-sys/jemalloc")
                       #t)))))))
 
-(define-public rust
+(define-public rust-1.35
   (let ((base-rust
          (rust-bootstrapped-package rust-1.34 "1.35.0"
            "0bbizy6b7002v1rdhrxrf5gijclbyizdhkglhp81ib3bf5x66kas")))
@@ -1072,3 +1072,15 @@ jemalloc = \"" jemalloc "/lib/libjemalloc_pic.a" "\"
                  (substitute* "src/tools/tidy/src/main.rs"
                    (("bins::check") "//bins::check"))
                  #t)))))))))
+
+(define-public rust
+  (let ((base-rust
+         (rust-bootstrapped-package rust-1.35 "1.36.0"
+           "18r688ih4xi9m8gv55g1amb8inrwkdxp5fbcqb6i4gqxi90l3i0m")))
+    (package
+      (inherit base-rust)
+      (arguments
+       (substitute-keyword-arguments (package-arguments base-rust)
+         ((#:phases phases)
+          `(modify-phases ,phases
+             (delete 'patch-process-docs-rev-cmd))))))))
-- 
2.22.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#36514] [PATCH] gnu: rust: Update to 1.36.0. Date: Thu, 11 Jul 2019 20:30:50 -0700
> On Jul 11, 2019, at 2:14 PM, Ludovic Courtès <address@hidden> wrote:
> 
> It looks like a safe addition, I think you can go ahead!

Thanks, Ludo, pushed in f67f93b6d60c898c3125068b468c2a339678916a.

—Ivan



--- End Message ---

reply via email to

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