gnu: go-github-com-syndtr-goleveldb: Update to 1.0.1-3.c3a204f.
* gnu/packages/syncthing.scm (go-github-com-syndtr-goleveldb): Update to 1.0.1-3.c3a204f.
This commit is contained in:
parent
48e1cbdf6e
commit
a93e2392ca
1 changed files with 4 additions and 4 deletions
|
@ -569,11 +569,11 @@ run-time in Go.")
|
||||||
(license asl2.0)))
|
(license asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-syndtr-goleveldb
|
(define-public go-github-com-syndtr-goleveldb
|
||||||
(let ((commit "34011bf325bce385408353a30b101fe5e923eb6e")
|
(let ((commit "c3a204f8e96543bb0cc090385c001078f184fc46")
|
||||||
(revision "2"))
|
(revision "3"))
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-syndtr-goleveldb")
|
(name "go-github-com-syndtr-goleveldb")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version (git-version "1.0.1" revision commit))
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -582,7 +582,7 @@ run-time in Go.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"097ja0vyj6p27zrxha9nhk09fj977xsvhmd3bk2hbyvnbw4znnhd"))))
|
"18cac90dim2z5g28vazzibxa058q2ynihsmf0vbscwzba6l5s5ms"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("go-github-com-golang-snappy" ,go-github-com-golang-snappy)))
|
`(("go-github-com-golang-snappy" ,go-github-com-golang-snappy)))
|
||||||
|
|
Reference in a new issue