summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2023-01-15 11:30:05 +0200
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-04-14 15:11:28 -0400
commitfdfc39ddcd6b33bf176fc8db8bc873de741cc7a6 (patch)
tree11c57f522753021a7529e0186806fccdeba5f60a
parenta450da3778a03db4f577bd8210238dcf2c680383 (diff)
gnu: rust-new-debug-unreachable-1: Update to 1.0.4.
* gnu/packages/crates-io.scm (rust-new-debug-unreachable-1): Update to 1.0.4.
-rw-r--r--gnu/packages/crates-io.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index cf02a56a9e..7cf4fcae6f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -35624,7 +35624,7 @@ cryptographic library.")
(define-public rust-new-debug-unreachable-1
(package
(name "rust-new-debug-unreachable")
- (version "1.0.3")
+ (version "1.0.4")
(source
(origin
(method url-fetch)
@@ -35633,7 +35633,7 @@ cryptographic library.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0c1br326qa0rrzxrn2rd5ah7xaprig2i9r4rwsx06vnvc1f003zl"))))
+ "0m1bg3wz3nvxdryg78x4i8hh9fys4wp2bi0zg821dhvf44v4g8p4"))))
(build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page