diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-06-10 23:04:59 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-06-10 23:04:59 +0300 |
commit | ea8bf76184da10153f50c6799e3fe64fbb97a205 (patch) | |
tree | 2d66a830ac82acea60f972612c9b1436a5678476 /gnu | |
parent | 4a580e38c28810cab2731830b6dc5824734e1879 (diff) |
gnu: rust-section-testing-0.0: Update to 0.0.5.
* gnu/packages/crates-io.scm (rust-section-testing): Update to 0.0.5.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/crates-io.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 8d0b1e7e51..6636c227aa 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -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") |