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