gnu: xvfb-run: Update to 21.1.7-1.

* gnu/packages/xorg.scm (xvfb-run): Update to 21.1.7-1.
This commit is contained in:
Tobias Geerinckx-Rice 2023-02-19 01:00:02 +01:00
parent e701f67246
commit c32f9912e6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -6698,14 +6698,14 @@ (define-public xdialog
(define-public xvfb-run (define-public xvfb-run
(package (package
(name "xvfb-run") (name "xvfb-run")
(version "1.20.11-1") (version "21.1.7-1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://debian/pool/main/x/xorg-server/" (uri (string-append "mirror://debian/pool/main/x/xorg-server/"
"xorg-server_" version ".diff.gz")) "xorg-server_" version ".diff.gz"))
(sha256 (sha256
(base32 "0hq8a2rw2ginxsifrpj3rsf2shxl69ylkc1650ij5vwjhxdr82hh")))) (base32 "1073m4gzn8yv9kn70fbyq8a2xckgz0wljjr2w7i2bsrg767h29gd"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list (list
@ -6771,7 +6771,7 @@ (define-public xvfb-run
@command{Xvfb} X server as a background process. It also takes care of killing @command{Xvfb} X server as a background process. It also takes care of killing
the server and cleaning up before returning the exit status of the command.") the server and cleaning up before returning the exit status of the command.")
(license (list license:x11 ; the script (license (list license:x11 ; the script
license:gpl2+)))) ; the man page license:gpl2+)))) ; the man page
(define-public setroot (define-public setroot
(package (package