~ruther/guix-local

38ea280286c012e457a2dacee4ab123e1d42cb6e — Leo Famulari 8 years ago 85aface
gnu: go-github-com-zillode-notify: Update to  0.0.0-1.8fff849.

* gnu/packages/syncthing.scm (go-github-com-zillode-notify): Update to
0.0.0-1.8fff849.
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/syncthing.scm
M gnu/packages/syncthing.scm => gnu/packages/syncthing.scm +3 -3
@@ 1870,8 1870,8 @@ Authentication and Privacy Infrastructure).")
      (license asl2.0))))

(define-public go-github-com-zillode-notify
  (let ((commit "54e3093eb7377fd139c4605f475cc78e83610b9d")
        (revision "0"))
  (let ((commit "8fff849a2026ce7a59f67ed9747dd9c7adc8bd0b")
        (revision "1"))
    (package
      (name "go-github-com-zillode-notify")
      (version (git-version "0.0.0" revision commit))


@@ 1883,7 1883,7 @@ Authentication and Privacy Infrastructure).")
                (file-name (git-file-name name version))
                (sha256
                 (base32
                  "0xmj0bh15hqbzq5qsbi2nb2lihl1pqdh1vwalwmxywnda3w68xj6"))))
                  "1aazci21y85k1c02dlvdfx926vxb3j4i96fn27s7zxmqjlk7l3ga"))))
      (build-system go-build-system)
      (arguments
       '(#:import-path "github.com/zillode/notify"))