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.
This commit is contained in:
Leo Famulari 2017-12-30 04:41:50 -05:00
parent 85afaceb10
commit 38ea280286
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 3 additions and 3 deletions

View File

@ -1870,8 +1870,8 @@ Authentication and Privacy Infrastructure).")
(license asl2.0)))) (license asl2.0))))
(define-public go-github-com-zillode-notify (define-public go-github-com-zillode-notify
(let ((commit "54e3093eb7377fd139c4605f475cc78e83610b9d") (let ((commit "8fff849a2026ce7a59f67ed9747dd9c7adc8bd0b")
(revision "0")) (revision "1"))
(package (package
(name "go-github-com-zillode-notify") (name "go-github-com-zillode-notify")
(version (git-version "0.0.0" revision commit)) (version (git-version "0.0.0" revision commit))
@ -1883,7 +1883,7 @@ Authentication and Privacy Infrastructure).")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0xmj0bh15hqbzq5qsbi2nb2lihl1pqdh1vwalwmxywnda3w68xj6")))) "1aazci21y85k1c02dlvdfx926vxb3j4i96fn27s7zxmqjlk7l3ga"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
'(#:import-path "github.com/zillode/notify")) '(#:import-path "github.com/zillode/notify"))