mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: varnish-modules: Update to 0.19.0.
* gnu/packages/web.scm (varnish-modules): Update to 0.19.0.
This commit is contained in:
parent
bb6481af0e
commit
2a054d29dc
1 changed files with 2 additions and 2 deletions
|
@ -6077,14 +6077,14 @@ (define-public varnish-modules
|
|||
(package
|
||||
(name "varnish-modules")
|
||||
(home-page "https://github.com/varnish/varnish-modules")
|
||||
(version "0.17.1")
|
||||
(version "0.19.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference (url home-page) (commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1mzkad9r4rpm1fi7j7skwrsyzzbwcapfnlvvl1ls3rng2djcqb5j"))))
|
||||
"0qq5g6bbd1a1ml1wk8jj9z39a899jzqbf7aizr3pvyz0f4kz8mis"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in a new issue