guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit e5e4e14b0931329a3be595ce328a71f0e5c26914
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Jun 22 21:21:59 2026 +0100
gnu: specification-runtime-spec: Update to 1.3.0.
* gnu/packages/specifications.scm (specification-runtime-spec): Update to
1.3.0.
---
gnu/packages/specifications.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/specifications.scm b/gnu/packages/specifications.scm
index 9904c54019..ac4dd4152c 100644
--- a/gnu/packages/specifications.scm
+++ b/gnu/packages/specifications.scm
@@ -374,7 +374,7 @@ test framework of choice is left to be done by the
implementer.")
(define-public specification-runtime-spec
(package
(name "specification-runtime-spec")
- (version "1.2.0")
+ (version "1.3.0")
(source
(origin
(method git-fetch)
@@ -383,7 +383,7 @@ test framework of choice is left to be done by the
implementer.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "102smpg308dq984f6zkjzwq5jz8jbfswiwfwxcrp1hh197jydxf9"))))
+ (base32 "0vih1hp1jlmp1m476cgj3afaqrpd8gid6h73yp5r0qalb7n0ar07"))))
(build-system copy-build-system)
(outputs '("out" "golang-src"))
(arguments