summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2019-10-08 18:50:19 -0400
committerLeo Famulari <leo@famulari.name>2020-02-13 19:44:25 -0500
commitadc6ae9a85b9b4c6bf5a1e50cfaee8dbdf0f1fc0 (patch)
tree7d7022eaaefd867473623fcc2371a42d8e34ab0e
parent8e7e2dbc432374e20320fbdefaa3d36b3f7692dd (diff)
downloadguix-adc6ae9a85b9b4c6bf5a1e50cfaee8dbdf0f1fc0.tar.gz
gnu: go-github-com-petermattis-goid: Update to 0.0.0-1.b0b1615
* gnu/packages/syncthing.scm (go-github-com-petermattis-goid): Update to
0.0.0-1.b0b1615.
-rw-r--r--gnu/packages/syncthing.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 810eb0c2b6..f988cbe022 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -662,8 +662,8 @@ hashes.")
       (license expat))))
 
 (define-public go-github-com-petermattis-goid
-  (let ((commit "3db12ebb2a599ba4a96bea1c17b61c2f78a40e02")
-        (revision "0"))
+  (let ((commit "b0b1615b78e5ee59739545bb38426383b2cda4c9")
+        (revision "1"))
     (package
       (name "go-github-com-petermattis-goid")
       (version (git-version "0.0.0" revision commit))
@@ -674,9 +674,8 @@ hashes.")
                        (commit commit)))
                 (file-name (git-file-name name version))
                 (sha256
-
                  (base32
-                  "0z18a3mr72c52g7g94n08gxw0ksnaafbfwdl5p5jav2sffirb0kd"))))
+                  "0ghfxn045r0bbn2vszw897lxzmhnm4k59aypjvpxl0pbzsw9ab2c"))))
       (build-system go-build-system)
       (arguments
        '(#:import-path "github.com/petermattis/goid"))