summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-06-22 21:21:59 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-07-23 21:14:59 +0100
commit6c48bc077871e3a45cd12342be6c94210cc408ba (patch)
treeb4eb5e04f5d26b1e3769c2c242db87f64c2e1d18 /gnu
parent5df58b4093fd4b1d40b53cb9630f8a1ad7a45f72 (diff)
gnu: specification-runtime-spec: Update to 1.3.0.
* gnu/packages/specifications.scm (specification-runtime-spec): Update to 1.3.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/specifications.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/specifications.scm b/gnu/packages/specifications.scm
index 9904c54019a..ac4dd4152c3 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.")
374(define-public specification-runtime-spec 374(define-public specification-runtime-spec
375 (package 375 (package
376 (name "specification-runtime-spec") 376 (name "specification-runtime-spec")
377 (version "1.2.0") 377 (version "1.3.0")
378 (source 378 (source
379 (origin 379 (origin
380 (method git-fetch) 380 (method git-fetch)
@@ -383,7 +383,7 @@ test framework of choice is left to be done by the implementer.")
383 (commit (string-append "v" version)))) 383 (commit (string-append "v" version))))
384 (file-name (git-file-name name version)) 384 (file-name (git-file-name name version))
385 (sha256 385 (sha256
386 (base32 "102smpg308dq984f6zkjzwq5jz8jbfswiwfwxcrp1hh197jydxf9")))) 386 (base32 "0vih1hp1jlmp1m476cgj3afaqrpd8gid6h73yp5r0qalb7n0ar07"))))
387 (build-system copy-build-system) 387 (build-system copy-build-system)
388 (outputs '("out" "golang-src")) 388 (outputs '("out" "golang-src"))
389 (arguments 389 (arguments