guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 49104a4a06ab4724da93e7ed6bda4af821df2309
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 8cfb376f1a..9809d19a70 100644
--- a/gnu/packages/specifications.scm
+++ b/gnu/packages/specifications.scm
@@ -349,7 +349,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)
@@ -358,7 +358,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