mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: rust-section-testing-0.0: Update to 0.0.5.
* gnu/packages/crates-io.scm (rust-section-testing): Update to 0.0.5.
This commit is contained in:
parent
4a580e38c2
commit
ea8bf76184
1 changed files with 2 additions and 2 deletions
|
@ -37492,7 +37492,7 @@ (define-public rust-seahash-3
|
|||
(define-public rust-section-testing-0.0
|
||||
(package
|
||||
(name "rust-section-testing")
|
||||
(version "0.0.4")
|
||||
(version "0.0.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -37501,7 +37501,7 @@ (define-public rust-section-testing-0.0
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0a1zwpcs2dqhky2wd8y82cm25l3s9i5dbyn4ypgmvdysizcxgr7c"))))
|
||||
"18dfl8nacwcd1z2y4sgdx7751czzpl6282q6cd49ys5gd0xlkljz"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/evanw/section_testing")
|
||||
(synopsis "Library for section-style testing")
|
||||
|
|
Loading…
Reference in a new issue