mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-01-11 04:45:24 +00:00
rosenthal: wakapi-bin: Update to 2.12.3.
* rosenthal/packages/binaries.scm (wakapi-bin): Update to 2.12.3. [properties]: Add upstream-name.
This commit is contained in:
parent
dc184aa9fd
commit
c35a935163
@ -396,7 +396,7 @@ (define-public tailscale-bin
|
||||
(define-public wakapi-bin
|
||||
(package
|
||||
(name "wakapi-bin")
|
||||
(version "2.12.1")
|
||||
(version "2.12.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
@ -404,7 +404,7 @@ (define-public wakapi-bin
|
||||
version "/wakapi_linux_amd64.zip"))
|
||||
(sha256
|
||||
(base32
|
||||
"0kfid6ii9y1sp2w1na55mybyjya1c2k0jgj9h4zf64kg7isv626w"))))
|
||||
"0g2in93c0jl3wc0pwx6qpczvvmlqy37n33bmdzbm57pi13r182lf"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments (list #:install-plan #~'(("wakapi" "bin/wakapi"))))
|
||||
(supported-systems '("x86_64-linux"))
|
||||
@ -414,7 +414,8 @@ (define-public wakapi-bin
|
||||
(description
|
||||
"This package provides @code{wakapi}, a WakaTime-compatible backend for
|
||||
coding statistics.")
|
||||
(license license:expat)))
|
||||
(license license:expat)
|
||||
(properties '((upstream-name . "wakapi")))))
|
||||
|
||||
(define-public wakatime-cli-bin
|
||||
(package
|
||||
|
Loading…
Reference in New Issue
Block a user