me
/
guix
Archived
1
0
Fork 0

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
Sergey Trofimov 2023-03-21 09:16:39 +01:00 committed by Maxim Cournoyer
parent 441951bb03
commit d44970748f
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 7 additions and 10 deletions

View File

@ -1195,7 +1195,7 @@ main repository.")
(define-public fdroidcl
(package
(name "fdroidcl")
(version "0.5.0")
(version "0.7.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -1203,17 +1203,14 @@ main repository.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1rxcdyy2j34z0ql9d62w7ivsch9xihjnpb1z9kgy9q46vl8zhhy0"))))
(base32
"1s3fszlyyab9gbdrg52zcbafsb1mgb770skg7b3gj7f3pzfnra5n"))))
(build-system go-build-system)
(arguments
`(#:import-path "mvdan.cc/fdroidcl"
#:tests? #f ; TODO: Inputs missing.
#:tests? #f ;requires internet access
#:install-source? #f))
(inputs
(list go-github-com-kr-pretty))
;(native-inputs
; `(("go-github-com-rogpeppe-go-internal-testscript"
; ,go-github-com-rogpeppe-go-internal-testscript)))
(inputs (list go-github-com-kr-pretty go-github-com-schollz-progressbar-v3))
(synopsis "F-Droid desktop client")
(description
"While the Android client integrates with the system with regular update