gnu: nethack: Update to 3.6.5.
* gnu/packages/games.scm (nethack): Update to 3.6.5.
This commit is contained in:
		
							parent
							
								
									aa77734023
								
							
						
					
					
						commit
						41e9104dba
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1050,7 +1050,7 @@ watch your CPU playing while enjoying a cup of tea!")
 | 
			
		|||
(define-public nethack
 | 
			
		||||
  (package
 | 
			
		||||
    (name "nethack")
 | 
			
		||||
    (version "3.6.4")
 | 
			
		||||
    (version "3.6.5")
 | 
			
		||||
    (source
 | 
			
		||||
      (origin
 | 
			
		||||
        (method url-fetch)
 | 
			
		||||
| 
						 | 
				
			
			@ -1058,7 +1058,7 @@ watch your CPU playing while enjoying a cup of tea!")
 | 
			
		|||
         (string-append "https://www.nethack.org/download/" version "/nethack-"
 | 
			
		||||
                        (string-join (string-split version #\.) "") "-src.tgz"))
 | 
			
		||||
        (sha256
 | 
			
		||||
          (base32 "0ndxgnsprwgjnk0qb24iljkpijnfncgvfb3h3zb129h3cs2anc85"))))
 | 
			
		||||
          (base32 "0xifs8pqfffnmkbpmrcd1xf14yakcj06nl2bbhy4dyacg8myysmv"))))
 | 
			
		||||
    (inputs
 | 
			
		||||
      `(("ncurses" ,ncurses)
 | 
			
		||||
        ("bison" ,bison)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue