gnu: rust-debug-helper-0.3: Update to 0.3.13.

* gnu/packages/crates-io.scm (rust-debug-helper-0.3): Update to 0.3.13.

Change-Id: I1d8edc4f31c315755fc0f660c9a1ac3a24b32c34
This commit is contained in:
Efraim Flashner 2024-12-22 14:18:45 +02:00
parent 51bb0cc9cb
commit 1bab777dd0
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -21451,15 +21451,14 @@ (define-public rust-deadpool-sync-0.1
(define-public rust-debug-helper-0.3
(package
(name "rust-debug-helper")
(version "0.3.12")
(version "0.3.13")
(source
(origin
(method url-fetch)
(uri (crate-uri "debug-helper" version))
(file-name
(string-append name "-" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1a73xl73psmzyihd62jy30g1acfmgjmyi2k8khmh170mrq6x3yvn"))))
(base32 "0bhnpzpgmg8dkdr27g2b49slf6ca79m4idcb01z2krs0qkifhy7m"))))
(build-system cargo-build-system)
(home-page "https://magiclen.org/debug-helper")
(synopsis "Declarative macros to implement the Debug trait manually")