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:
Efraim Flashner 2021-06-10 23:04:59 +03:00
parent 4a580e38c2
commit ea8bf76184
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")