gnu: xterm: Update to 363.
* gnu/packages/xorg.scm (xterm): Update to 363.
This commit is contained in:
		
							parent
							
								
									4d047d1970
								
							
						
					
					
						commit
						e5b9bdacc4
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -14,7 +14,7 @@
 | 
			
		|||
;;; Copyright © 2017, 2018, 2019, 2020 Marius Bakke <mbakke@fastmail.com>
 | 
			
		||||
;;; Copyright © 2017, 2018, 2019 Rutger Helling <rhelling@mykolab.com>
 | 
			
		||||
;;; Copyright © 2017, 2020 Arun Isaac <arunisaac@systemreboot.net>
 | 
			
		||||
;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 | 
			
		||||
;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
 | 
			
		||||
;;; Copyright © 2018 Kei Kebreau <kkebreau@posteo.net>
 | 
			
		||||
;;; Copyright © 2018, 2020 Oleg Pykhalov <go.wigust@gmail.com>
 | 
			
		||||
;;; Copyright © 2018 Benjamin Slade <slade@jnanam.net>
 | 
			
		||||
| 
						 | 
				
			
			@ -6085,7 +6085,7 @@ to answer a question.  Xmessage can also exit after a specified time.")
 | 
			
		|||
(define-public xterm
 | 
			
		||||
  (package
 | 
			
		||||
    (name "xterm")
 | 
			
		||||
    (version "362")
 | 
			
		||||
    (version "363")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
| 
						 | 
				
			
			@ -6095,7 +6095,7 @@ to answer a question.  Xmessage can also exit after a specified time.")
 | 
			
		|||
             (string-append "ftp://ftp.invisible-island.net/xterm/"
 | 
			
		||||
                            "xterm-" version ".tgz")))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "18mch57f5sypgfdbvna22ailcfpnixw0fc5wkf2j3w58dwigwkqx"))))
 | 
			
		||||
        (base32 "0j0bl5z3kmhahf770mbrj2zwm2nvxkhqpwnwbdvbclk5w8wkc6nq"))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     '(#:configure-flags '("--enable-wide-chars" "--enable-load-vt-fonts"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue