me
/
guix
Archived
1
0
Fork 0

gnu: go-github-com-kballard-go-shellquote: Update to 0.0.0-1.95032a8

* gnu/packages/syncthing.scm (go-github-com-kballard-go-shellquote):
Update to 0.0.0-1.95032a8.
master
Leo Famulari 2019-10-08 18:41:35 -04:00
parent a427d7353f
commit e268d0bbd6
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 3 additions and 3 deletions

View File

@ -689,8 +689,8 @@ the current goroutine's ID.")
(license asl2.0)))) (license asl2.0))))
(define-public go-github-com-kballard-go-shellquote (define-public go-github-com-kballard-go-shellquote
(let ((commit "cd60e84ee657ff3dc51de0b4f55dd299a3e136f2") (let ((commit "95032a82bc518f77982ea72343cc1ade730072f0")
(revision "0")) (revision "1"))
(package (package
(name "go-github-com-kballard-go-shellquote") (name "go-github-com-kballard-go-shellquote")
(version (git-version "0.0.0" revision commit)) (version (git-version "0.0.0" revision commit))
@ -702,7 +702,7 @@ the current goroutine's ID.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1xjpin4jq1zl84dcn96xhjmn9bsfyszf6g9aqyj2dc0xfi6c88y0")))) "1rspvmnsikdq95jmx3dykxd4k1rmgl98ryjrysvl0cf18hl1vq80"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
'(#:import-path "github.com/kballard/go-shellquote")) '(#:import-path "github.com/kballard/go-shellquote"))