guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/13: gnu: rust-section-testing-0.0: Update to 0.0.5.


From: guix-commits
Subject: 01/13: gnu: rust-section-testing-0.0: Update to 0.0.5.
Date: Thu, 10 Jun 2021 16:28:12 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit ea8bf76184da10153f50c6799e3fe64fbb97a205
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jun 10 23:04:59 2021 +0300

    gnu: rust-section-testing-0.0: Update to 0.0.5.
    
    * gnu/packages/crates-io.scm (rust-section-testing): Update to 0.0.5.
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 8d0b1e7..6636c22 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]