summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-08-14 11:30:09 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-14 11:30:26 +0100
commitf7dd904babb73225d6b19d9ed98ff74c92ba6c6c (patch)
tree1f7527f14b1d5edd409486a9e85a4b1d8ebf08a7 /gnu/packages/web.scm
parent1320d7a6d05938b6633f9f048041fb0efee97db6 (diff)
gnu: go-webring: Update to 0.0.0-1.2a370ae.
* gnu/packages/web.scm (go-webring): Update to 2a370aeeb9a0c434268371a7af688fac96887e95 commit. [inputs]: Move everthing to [native-inputs].
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r--gnu/packages/web.scm51
1 files changed, 27 insertions, 24 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 390e7a7777b..a2ba07a3c2b 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -10554,31 +10554,34 @@ provided by a TLS reverse proxy (e.g. tlstunnel, hitch or stunnel).")
10554 (properties '((lint-hidden-cve . ("CVE-2019-15520"))))))) 10554 (properties '((lint-hidden-cve . ("CVE-2019-15520")))))))
10555 10555
10556(define-public go-webring 10556(define-public go-webring
10557 (let ((commit "6786a27b0c57df75323217453369c83a4d9f4dea") 10557 (package
10558 (revision "0")) 10558 (name "go-webring")
10559 (package 10559 (properties '((commit . "2a370aeeb9a0c434268371a7af688fac96887e95")
10560 (name "go-webring") 10560 (revision . "1")
10561 (version (git-version "20220426" revision commit)) 10561 (go-pseudo-version . "0.0.0-20251130195908-2a370aeeb9a0")))
10562 (source (origin 10562 (version (git-version "0.0.0"
10563 (method git-fetch) 10563 (assoc-ref properties 'revision)
10564 (uri (git-reference 10564 (assoc-ref properties 'commit)))
10565 (url "https://git.sr.ht/~amolith/go-webring") 10565 (source
10566 (commit commit))) 10566 (origin
10567 (file-name (git-file-name name version)) 10567 (method git-fetch)
10568 (sha256 10568 (uri (git-reference
10569 (base32 10569 (url "https://git.sr.ht/~amolith/go-webring")
10570 "1xra0mapdmda8n0z6zsgcqppdzvxc47p0fahsdyig5qmpk89ar8l")))) 10570 (commit (assoc-ref properties 'commit))))
10571 (build-system go-build-system) 10571 (file-name (git-file-name name version))
10572 (arguments 10572 (sha256
10573 (list #:import-path "git.sr.ht/~amolith/go-webring" 10573 (base32 "199jg1fv5ki4ssc08ndsa5irdf703kizfnvsf2q5isapna5kvgx3"))))
10574 #:install-source? #f)) 10574 (build-system go-build-system)
10575 (inputs (list go-github-com-spf13-pflag)) 10575 (arguments
10576 (home-page "https://git.sr.ht/~amolith/go-webring") 10576 (list #:import-path "git.sr.ht/~amolith/go-webring"
10577 (synopsis "Simple webring implementation") 10577 #:install-source? #f))
10578 (description 10578 (native-inputs (list go-github-com-spf13-pflag))
10579"@code{go--webring} provides a simple webring implementation as used by 10579 (home-page "https://git.sr.ht/~amolith/go-webring")
10580 (synopsis "Simple webring implementation")
10581 (description
10582 "@code{go--webring} provides a simple webring implementation as used by
10580the Fediring.") 10583the Fediring.")
10581 (license (list license:cc0 license:bsd-2))))) 10584 (license (list license:cc0 license:bsd-2))))
10582 10585
10583(define-public awslogs 10586(define-public awslogs
10584 (package 10587 (package