efraim pushed a commit to branch rust-team
in repository guix.

commit 9907dff035e452ad6600e2956134dcd727904e4c
Author: Efraim Flashner <[email protected]>
AuthorDate: Thu Nov 14 10:12:47 2024 +0200

    gnu: rust-paste-1: Update to 1.0.15.
    
    * gnu/packages/crates-io.scm (rust-paste-1): Update to 1.0.15.
    
    Change-Id: I1d7983a5eb75f8deab84e2db0e32b7b8c19ee7f4
---
 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 e797247fe9..4a002decfd 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -53656,14 +53656,14 @@ Format (MCF).")
 (define-public rust-paste-1
   (package
     (name "rust-paste")
-    (version "1.0.14")
+    (version "1.0.15")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "paste" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0k7d54zz8zrz0623l3xhvws61z5q2wd3hkwim6gylk8212placfy"))))
+        (base32 "02pxffpdqkapy292harq6asfjvadgp1s005fip9ljfsn9fvxgh2p"))))
     (build-system cargo-build-system)
     (arguments
      `(#:tests? #f      ; Can't compile rust-paste-test-suite

Reply via email to