[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
175/201: gnu: xorgproto: Update to 2021.5.
From: |
guix-commits |
Subject: |
175/201: gnu: xorgproto: Update to 2021.5. |
Date: |
Mon, 1 Nov 2021 23:19:12 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit a3191c97515ab7b92c5ea31182ded8563846fc1a
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Oct 28 21:40:05 2021 -0400
gnu: xorgproto: Update to 2021.5.
* gnu/packages/xorg.scm (xorgproto): Update to 2021.5.
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index ee9c1f2..adfacd0 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -238,14 +238,14 @@ which can be read by any architecture.")
(define-public xorgproto
(package
(name "xorgproto")
- (version "2021.4")
+ (version "2021.5")
(source (origin
(method url-fetch)
- (uri (string-append "mirror://xorg/individual/proto/"
+ (uri (string-append
"ftp://ftp.freedesktop.org/pub/xorg//individual/proto/"
"xorgproto-" version ".tar.bz2"))
(sha256
(base32
- "1gwz8lhvczjinndrq2jb0swfvhk7p65rprkwiqwlp132041mfl8g"))))
+ "05d0kib351qmnlfimaznaw0220fr0ym7fx2gn9h2jqxxilxncbxa"))))
(build-system gnu-build-system)
(propagated-inputs
;; To get util-macros in (almost?) all package inputs.
- 61/201: gnu: gst-plugins-base: Update to 1.18.5., (continued)
- 61/201: gnu: gst-plugins-base: Update to 1.18.5., guix-commits, 2021/11/01
- 72/201: gnu: libnice: Update to 0.1.18-0.47a9633 and disable test-bind test., guix-commits, 2021/11/01
- 121/201: gnu: util-linux: Globally disable the lsns test., guix-commits, 2021/11/01
- 134/201: gnu: llvm: Add make-lld-wrapper, lld-wrapper and lld-as-ld-wrapper., guix-commits, 2021/11/01
- 145/201: gnu: mariadb: Only run the main test suite to avoid flaky tests., guix-commits, 2021/11/01
- 142/201: gnu: gawk: Use regular bash to cope with test suite failures., guix-commits, 2021/11/01
- 150/201: gnu: curl: Update to 7.79.1., guix-commits, 2021/11/01
- 152/201: gnu: python-dbus: Update to 1.2.18., guix-commits, 2021/11/01
- 164/201: gnu: gdb: Update to 11.1 and remove gdb-9.2., guix-commits, 2021/11/01
- 167/201: gnu: python-lit: Update to 12.0.1., guix-commits, 2021/11/01
- 175/201: gnu: xorgproto: Update to 2021.5.,
guix-commits <=
- 174/201: gnu: xkeyboard-config: Update to 2.34., guix-commits, 2021/11/01
- 178/201: gnu: duktape: Install a pkg-config file., guix-commits, 2021/11/01
- 119/201: gnu: openssl: Absorb 1.1.1l graft., guix-commits, 2021/11/01
- 147/201: gnu: nss: Update to 3.71., guix-commits, 2021/11/01
- 182/201: gnu: geoclue: Fix build option name., guix-commits, 2021/11/01
- 124/201: gnu: libthai: Make datrie a normal native-input., guix-commits, 2021/11/01
- 144/201: gnu: cdparanoia: Disable parallel build., guix-commits, 2021/11/01
- 196/201: gnu: ansible-core: Use GUIX_PYTHONPATH to fix build., guix-commits, 2021/11/01
- 155/201: gnu: python-pytest: Update to 6.2.5., guix-commits, 2021/11/01
- 35/201: gnu: gnupg: Update to 2.2.30., guix-commits, 2021/11/01