gnu: fdroidcl: Update to 0.7.0.
* gnu/packages/android.scm (fdroidcl): Update to 0.7.0. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>master
parent
441951bb03
commit
d44970748f
|
@ -1195,25 +1195,22 @@ main repository.")
|
||||||
(define-public fdroidcl
|
(define-public fdroidcl
|
||||||
(package
|
(package
|
||||||
(name "fdroidcl")
|
(name "fdroidcl")
|
||||||
(version "0.5.0")
|
(version "0.7.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/mvdan/fdroidcl")
|
(url "https://github.com/mvdan/fdroidcl")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1rxcdyy2j34z0ql9d62w7ivsch9xihjnpb1z9kgy9q46vl8zhhy0"))))
|
(base32
|
||||||
|
"1s3fszlyyab9gbdrg52zcbafsb1mgb770skg7b3gj7f3pzfnra5n"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "mvdan.cc/fdroidcl"
|
`(#:import-path "mvdan.cc/fdroidcl"
|
||||||
#:tests? #f ; TODO: Inputs missing.
|
#:tests? #f ;requires internet access
|
||||||
#:install-source? #f))
|
#:install-source? #f))
|
||||||
(inputs
|
(inputs (list go-github-com-kr-pretty go-github-com-schollz-progressbar-v3))
|
||||||
(list go-github-com-kr-pretty))
|
|
||||||
;(native-inputs
|
|
||||||
; `(("go-github-com-rogpeppe-go-internal-testscript"
|
|
||||||
; ,go-github-com-rogpeppe-go-internal-testscript)))
|
|
||||||
(synopsis "F-Droid desktop client")
|
(synopsis "F-Droid desktop client")
|
||||||
(description
|
(description
|
||||||
"While the Android client integrates with the system with regular update
|
"While the Android client integrates with the system with regular update
|
||||||
|
|
Reference in New Issue