GNU bug report logs - #76513
[PATCH rust-team 00/77] Add module (gnu packages typst) and packages

Previous Next

Package: guix-patches;

Reported by: Andrew Wong <wongandj <at> icloud.com>

Date: Sun, 23 Feb 2025 20:06:01 UTC

Severity: normal

Tags: patch

Done: Andrew Wong <wongandj <at> icloud.com>

Full log


View this message in rfc822 format

From: Andrew Wong <wongandj <at> icloud.com>
To: 76513 <at> debbugs.gnu.org
Cc: Andrew Wong <wongandj <at> icloud.com>, Divya Ranjan Pattanaik <divya <at> subvertising.org>, Efraim Flashner <efraim <at> flashner.co.il>
Subject: [bug#76513] [PATCH rust-team 45/77] gnu: rust-rust-decimal-1: Update to 1.36.0.
Date: Sun, 23 Feb 2025 15:21:36 -0500
* gnu/packages/crates-io.scm (rust-rust-decimal-1): Update to 1.36.0.

Change-Id: I66ec1fe9ae544ef217c9553efbc86183ab584c80
---
 gnu/packages/crates-io.scm | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 0276d9d27c..24ba4f377e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -67564,15 +67564,14 @@ (define-public rust-rust-base58-0.0.4
 (define-public rust-rust-decimal-1
   (package
     (name "rust-rust-decimal")
-    (version "1.35.0")
+    (version "1.36.0")
     (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "rust_decimal" version))
-        (file-name (string-append name "-" version ".tar.gz"))
-        (sha256
-         (base32
-          "0ymlnlykg2k9cxxs6wcy41sz6xij6cbazq70k49j30faq32d340p"))))
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "rust_decimal" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0mgmplkpawx9kggc4v3qymmdxx71dx1qsf1lsqp2pi9w7q7di0mh"))))
     (build-system cargo-build-system)
     (arguments
      `(#:tests? #f          ; not all test files included.
-- 
2.48.1





This bug report was last modified 19 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.