summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <[email protected]>2022-06-26 01:33:41 +0200
committerMarius Bakke <[email protected]>2022-06-26 12:06:29 +0200
commitb14c166baeb4142979606eebfe400d1ae0cda831 (patch)
tree6f4788d23205aa19558ece06fe1cb1fa2f9f2c64
parentdc05eeced6e3d78ad75c0febe8aa4ae41896dc29 (diff)
gnu: xorgproto: Update to 2022.1.
* gnu/packages/xorg.scm (xorgproto): Update to 2022.1. [source](uri): Use mirror://xorg.
-rw-r--r--gnu/packages/xorg.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 3a18974805..e2d74b75e0 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -243,14 +243,14 @@ which can be read by any architecture.")
(define-public xorgproto
(package
(name "xorgproto")
- (version "2021.5")
+ (version "2022.1")
(source (origin
(method url-fetch)
- (uri (string-append "ftp://ftp.freedesktop.org/pub/xorg//individual/proto/"
- "xorgproto-" version ".tar.bz2"))
+ (uri (string-append "mirror://xorg/individual/proto"
+ "/xorgproto-" version ".tar.bz2"))
(sha256
(base32
- "05d0kib351qmnlfimaznaw0220fr0ym7fx2gn9h2jqxxilxncbxa"))))
+ "19n2ig296x89yhyjc2mcrm4m2wp8sfh9i38z3qn4s8rzjrkcqb8x"))))
(build-system gnu-build-system)
(propagated-inputs
;; To get util-macros in (almost?) all package inputs.