diff mbox series

[bug#47250] Some crates-io updates

Message ID 20210319001030.5ca83957@riseup.net
State New
Headers show
Series [bug#47250] Some crates-io updates | expand

Checks

Context Check Description
cbaines/submitting builds success
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Csepp March 18, 2021, 11:10 p.m. UTC
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.
diff mbox series

Patch

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(-)

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