mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
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:
parent
51bb0cc9cb
commit
1bab777dd0
1 changed files with 3 additions and 4 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue