[PATCH] Some crates-io updates

  • Open
  • quality assurance status badge
Details
One participant
  • raingloom
Owner
unassigned
Submitted by
raingloom
Severity
normal
R
R
raingloom wrote on 19 Mar 2021 00:10
(name . Guix Patches)(address . guix-patches@gnu.org)
20210319001030.5ca83957@riseup.net
Needed these updated for Supertag, which I'll send a patch for Soon TM.
guix refresh says none of them have many dependents, but I'm not sure
if it can handle the weird #:cargo-inputs thing, so maybe some of these
should not go to master? Not sure.
From 501801791041d8d6d650ec6cb9a935ed1dab403f Mon Sep 17 00:00:00 2001
From: raingloom <raingloom@riseup.net>
Date: Thu, 18 Mar 2021 23:53:30 +0100
Subject: [PATCH 1/4] gnu: Updated rust-libc to 0.2.89.
To: guix-patches@gnu.org

* gnu/packages/crates-io.scm (rust-libc-0.2): Updated to 0.2.89.
---
gnu/packages/crates-io.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 299a2d1443..bf0147134d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -20996,7 +20996,7 @@ requires non-const function calls to be computed.")
(define-public rust-libc-0.2
(package
(name "rust-libc")
- (version "0.2.86")
+ (version "0.2.89")
(source
(origin
(method url-fetch)
@@ -21004,7 +21004,7 @@ requires non-const function calls to be computed.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "074b38mq1rx3dgg7sf952d4ccywq450zymk7gzn5q9z39f92sa5p"))))
+ "1iiqm470z1nfrd6i4602i1lf3qr0jakw8y40vpbwvx46alp0k32k"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
--
2.31.0
From 20faa24f729fd95900072d515ca2f41dd5764f2b Mon Sep 17 00:00:00 2001
From: raingloom <raingloom@riseup.net>
Date: Thu, 18 Mar 2021 23:55:05 +0100
Subject: [PATCH 2/4] gnu: Updated rust-standback to 0.2.15.
To: guix-patches@gnu.org

* gnu/packages/crates-io.scm (rust-standback-0.2): Updated to 0.2.15.
---
gnu/packages/crates-io.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index bf0147134d..5e617441a7 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -39295,7 +39295,7 @@ deeply recursive algorithms that may accidentally blow the stack.")
(define-public rust-standback-0.2
(package
(name "rust-standback")
- (version "0.2.10")
+ (version "0.2.15")
(source
(origin
(method url-fetch)
@@ -39303,7 +39303,7 @@ deeply recursive algorithms that may accidentally blow the stack.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1rnqv9dbq9c4nz7097v0f1d04fjwwsvvyy8rmz8lg1szxahix9rk"))))
+ "1y0ly2qifvyd3qrn6747yw0053ak3dd8agqbadqzaq8ahv8v9gm2"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-development-inputs
--
2.31.0
From 22dcbcb112b3bae6b21fb184d24f668cabe255b7 Mon Sep 17 00:00:00 2001
From: raingloom <raingloom@riseup.net>
Date: Thu, 18 Mar 2021 23:56:05 +0100
Subject: [PATCH 3/4] gnu: Updated rust-time to 0.2.26.
To: guix-patches@gnu.org

* gnu/packages/crates-io.scm (rust-time-0.2): Updated to 0.2.26.
---
gnu/packages/crates-io.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 5e617441a7..ac9edd7877 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -42185,7 +42185,7 @@ fixed set of worker threads.")
(define-public rust-time-0.2
(package
(name "rust-time")
- (version "0.2.19")
+ (version "0.2.26")
(source
(origin
(method url-fetch)
@@ -42193,7 +42193,7 @@ fixed set of worker threads.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "18bhl0nmfyd8drksskw830ybw9pr47pisfn4245wabqijgys3hc0"))))
+ "0wpkb0ri6jxsydqy9bk2b3iklhmj94pndl8208ni6mbrykxwpa08"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
--
2.31.0
From 095ef518111106d2504ce2b2f7542b0740a7d717 Mon Sep 17 00:00:00 2001
From: raingloom <raingloom@riseup.net>
Date: Thu, 18 Mar 2021 23:56:42 +0100
Subject: [PATCH 4/4] gnu: Updated rust-time-macros to 0.1.1.
To: guix-patches@gnu.org

* gnu/packages/crates-io.scm (rust-time-0.1): Updated to 0.1.1.
---
gnu/packages/crates-io.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index ac9edd7877..fdc63b7eec 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -42248,7 +42248,7 @@ in Rust.")
(define-public rust-time-macros-0.1
(package
(name "rust-time-macros")
- (version "0.1.0")
+ (version "0.1.1")
(source
(origin
(method url-fetch)
@@ -42256,7 +42256,7 @@ in Rust.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0bdbxjgbxb81xgy08h5dh4qvwy95sy9x8g1y31g11g4my3lvdscs"))))
+ "1wg24yxpxcfmim6dgblrf8p321m7cyxpdivzvp8bcb7i4rp9qzlm"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
--
2.31.0
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 47250@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 47250
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch