mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: plocate: Update to 1.1.19.
* gnu/packages/search.scm (plocate): Update to 1.1.19.
This commit is contained in:
parent
6ba1f8db6d
commit
efaeb605ad
1 changed files with 2 additions and 2 deletions
|
@ -568,14 +568,14 @@ (define-public mlocate
|
|||
(define-public plocate
|
||||
(package
|
||||
(name "plocate")
|
||||
(version "1.1.18")
|
||||
(version "1.1.19")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://plocate.sesse.net/download/"
|
||||
"plocate-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0b71chcnl0xymwpcg8ixsnh64017cj5irz04rq0rnwbh1c2mg5lk"))))
|
||||
(base32 "0rb15sifsmcm756bifs3y8wj282vp0zzagg6kkvbjyczibpchnyr"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue