gnu: varnish-modules: Update to 0.22.0.
* gnu/packages/web.scm (varnish-module): Update to 0.22.0. Change-Id: I0bd60aed1d4243887a6501f4561ec5c83f1a3c06
This commit is contained in:
parent
f14513b660
commit
600860e8ac
@ -10,7 +10,7 @@
|
|||||||
;;; Copyright © 2015 Eric Dvorsak <eric@dvorsak.fr>
|
;;; Copyright © 2015 Eric Dvorsak <eric@dvorsak.fr>
|
||||||
;;; Copyright © 2016 Sou Bunnbu <iyzsong@gmail.com>
|
;;; Copyright © 2016 Sou Bunnbu <iyzsong@gmail.com>
|
||||||
;;; Copyright © 2016 Jelle Licht <jlicht@fsfe.org>
|
;;; Copyright © 2016 Jelle Licht <jlicht@fsfe.org>
|
||||||
;;; Copyright © 2016-2023 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2016-2024 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2016 Rene Saavedra <rennes@openmailbox.org>
|
;;; Copyright © 2016 Rene Saavedra <rennes@openmailbox.org>
|
||||||
;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com>
|
;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com>
|
||||||
;;; Copyright © 2016, 2023 Clément Lassieur <clement@lassieur.org>
|
;;; Copyright © 2016, 2023 Clément Lassieur <clement@lassieur.org>
|
||||||
@ -6571,14 +6571,14 @@ configuration language.")
|
|||||||
(package
|
(package
|
||||||
(name "varnish-modules")
|
(name "varnish-modules")
|
||||||
(home-page "https://github.com/varnish/varnish-modules")
|
(home-page "https://github.com/varnish/varnish-modules")
|
||||||
(version "0.19.0")
|
(version "0.22.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference (url home-page) (commit version)))
|
(uri (git-reference (url home-page) (commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qq5g6bbd1a1ml1wk8jj9z39a899jzqbf7aizr3pvyz0f4kz8mis"))))
|
"1dxnla1k6kra0nkvm20iszgmq0czr5bgx002qlljwf9fl25vm1ks"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config
|
(list pkg-config
|
||||||
|
Loading…
Reference in New Issue
Block a user