gnu: go-github-com-syndtr-goleveldb: Update to 0.0.0-2.34011bf.

* gnu/packages/syncthing.scm (go-github-com-syndtr-goleveldb): Update to
0.0.0-2.34011bf.
This commit is contained in:
Leo Famulari 2017-12-30 17:25:31 -05:00
parent feade866d0
commit 619db5cfeb
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -709,8 +709,8 @@ (define-public go-github-com-sasha-s-go-deadlock
(license asl2.0))))
(define-public go-github-com-syndtr-goleveldb
(let ((commit "549b6d6b1c0419617182954dd77770f2e2685ed5")
(revision "1"))
(let ((commit "34011bf325bce385408353a30b101fe5e923eb6e")
(revision "2"))
(package
(name "go-github-com-syndtr-goleveldb")
(version (git-version "0.0.0" revision commit))
@ -722,7 +722,7 @@ (define-public go-github-com-syndtr-goleveldb
(file-name (git-file-name name version))
(sha256
(base32
"1hs8bsxyjfq9d7000i1jk8bq7p2ab8snz23air13aw5ra2ri36bq"))))
"097ja0vyj6p27zrxha9nhk09fj977xsvhmd3bk2hbyvnbw4znnhd"))))
(build-system go-build-system)
(propagated-inputs
`(("go-github-com-golang-snappy" ,go-github-com-golang-snappy)))