mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: xorgproto: Update to 2022.1.
* gnu/packages/xorg.scm (xorgproto): Update to 2022.1. [source](uri): Use mirror://xorg.
This commit is contained in:
parent
dc05eeced6
commit
b14c166bae
1 changed files with 4 additions and 4 deletions
|
@ -243,14 +243,14 @@ (define-public bdftopcf
|
|||
(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.
|
||||
|
|
Loading…
Reference in a new issue