1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: sogogi: Update to 0.0.0-1.e6fd81c.

* gnu/packages/web.scm (sogogi): Update to
e6fd81c8d861bfa538372a6ff10b0cf8dfcb33f9 commit.
[source]: Remove snippet to adjust go-scfg import path.

Change-Id: I258684ea7cb86f964ebcadd767eb011629187258
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
Sören Tempel
2025-12-30 19:12:26 +01:00
committed by Rutherther
parent 5a23aaceb2
commit 39f90ecd67

View File

@@ -1261,11 +1261,8 @@ servers that may need it).")
(license license:expat))))
(define-public sogogi
;; Using the latest version that is compatible with our packaged version
;; of go-github-com-emersion-go-webdav. We can update to the latest release
;; once go-github-com-emersion-go-webdav is upgraded.
(let ((commit "afabb59eb615853a271c2af8cca03b60a6ca850e")
(revision "0"))
(let ((commit "e6fd81c8d861bfa538372a6ff10b0cf8dfcb33f9")
(revision "1"))
(package
(name "sogogi")
(version (git-version "0.0.0" revision commit))
@@ -1277,13 +1274,7 @@ servers that may need it).")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "09pi493xz1nkjd1n05nh09whv1shy0mxxy9p56fjh6r87l5b8dnj"))
(modules '((guix build utils)))
;; Update import path of go-scfg, see:
;; <https://codeberg.org/emersion/sogogi/commit/e6fd81c>.
(snippet '(substitute* "config.go"
(("git.sr.ht/~emersion/go-scfg")
"codeberg.org/emersion/go-scfg")))))
(base32 "01vw91b2r2y0q21hkhpagbiq4l04n0z56m98psk5ycds2v13v951"))))
(build-system go-build-system)
(arguments
(list