mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: the-silver-searcher: Update to 0.31.0.
* gnu/packages/code.scm (the-silver-searcher): Update to 0.31.0.
This commit is contained in:
parent
1e42d8b8ba
commit
1d116171a0
1 changed files with 2 additions and 2 deletions
|
@ -190,7 +190,7 @@ COCOMO model or user-provided parameters.")
|
||||||
(define-public the-silver-searcher
|
(define-public the-silver-searcher
|
||||||
(package
|
(package
|
||||||
(name "the-silver-searcher")
|
(name "the-silver-searcher")
|
||||||
(version "0.29.1")
|
(version "0.31.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -198,7 +198,7 @@ COCOMO model or user-provided parameters.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ah7vcqprl9hhafi68bvzaiywy7dfm28zf7kpw3xrlqzfn0vg7kp"))
|
"1a3xncsq3x8pci194k484s5mdqij2sirpz6dj6711n2p8mzq5g31"))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))))
|
(file-name (string-append name "-" version ".tar.gz"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue