me
/
guix
Archived
1
0
Fork 0

gnu: rust-section-testing-0.0: Update to 0.0.5.

* gnu/packages/crates-io.scm (rust-section-testing): Update to 0.0.5.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -37492,7 +37492,7 @@ proven statistical guarantees.")
(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 @@ proven statistical guarantees.")
(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")