guix-commits
[Top][All Lists]
Advanced

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

06/14: gnu: go-github.com-smartystreets-assertions: Update to 1.13.0.


From: guix-commits
Subject: 06/14: gnu: go-github.com-smartystreets-assertions: Update to 1.13.0.
Date: Thu, 25 Aug 2022 06:07:43 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 4892c1af84a83b9c966af1dc5ea085f8122cfa05
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Aug 24 21:45:34 2022 +0300

    gnu: go-github.com-smartystreets-assertions: Update to 1.13.0.
    
    * gnu/packages/check.scm (go-github.com-smartystreets-assertions):
    Update to 1.13.0.
---
 gnu/packages/check.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 75bd20cff9..2bb8128f34 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -665,16 +665,15 @@ test) much simpler.")
 (define-public go-github.com-smartystreets-assertions
   (package
     (name "go-github.com-smartystreets-assertions")
-    (version "1.8.1")
+    (version "1.13.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/smartystreets/assertions";)
-                    (commit version)))
+                    (commit (string-append "v" version))))
               (file-name (git-file-name name version))
               (sha256
-               (base32
-                "1j0adgbykl55rf2945g0n5bmqdsnjcqlx5dcmpfh4chki43hiwg9"))))
+               (base32 
"0flf3fb6fsw3bk1viva0fzrzw87djaj1mqvrx2gzg1ssn7xzfrzr"))))
     (build-system go-build-system)
     (arguments
      '(#:import-path "github.com/smartystreets/assertions"))



reply via email to

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