gnu: xproto: Update to 7.0.29.
* gnu/packages/xorg.scm (xproto): Update to 7.0.29.
This commit is contained in:
		
							parent
							
								
									ee86a59ec7
								
							
						
					
					
						commit
						75be52deda
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -4712,7 +4712,7 @@ script around the mkfontscale program.")
 | 
				
			||||||
(define-public xproto
 | 
					(define-public xproto
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "xproto")
 | 
					    (name "xproto")
 | 
				
			||||||
    (version "7.0.28")
 | 
					    (version "7.0.29")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
      (origin
 | 
					      (origin
 | 
				
			||||||
        (method url-fetch)
 | 
					        (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -4722,7 +4722,7 @@ script around the mkfontscale program.")
 | 
				
			||||||
               ".tar.bz2"))
 | 
					               ".tar.bz2"))
 | 
				
			||||||
        (sha256
 | 
					        (sha256
 | 
				
			||||||
          (base32
 | 
					          (base32
 | 
				
			||||||
            "1jpnvm33vi2dar5y5zgz7jjh0m8fpkcxm0f0lbwfx37ns5l5bs19"))))
 | 
					            "12lzpa9mrzkyrhrphzpi1014np3328qg7mdq08wj6wyaj9q4f6kc"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
      `(("util-macros" ,util-macros))) ; to get util-macros in (almost?) all package inputs
 | 
					      `(("util-macros" ,util-macros))) ; to get util-macros in (almost?) all package inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue