gnu: powwow: Update to 1.2.18.
* gnu/packages/games.scm (powwow): Update to 1.2.18.
This commit is contained in:
		
							parent
							
								
									36aff81aa3
								
							
						
					
					
						commit
						99d386a71f
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2694,7 +2694,7 @@ is attributed to Albert Einstein.")
 | 
				
			||||||
(define-public powwow
 | 
					(define-public powwow
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "powwow")
 | 
					    (name "powwow")
 | 
				
			||||||
    (version "1.2.17")
 | 
					    (version "1.2.18")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append
 | 
					              (uri (string-append
 | 
				
			||||||
| 
						 | 
					@ -2703,7 +2703,7 @@ is attributed to Albert Einstein.")
 | 
				
			||||||
              (file-name (string-append name "-" version ".tar.gz"))
 | 
					              (file-name (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1xmsg2y7qcvj67i9ilnih0mvfxcpni7fzrz343x9rdfnkkzf3pp8"))))
 | 
					                "1gf0jc1vfv05lxij51n3c1dqn3aiiy2kj1v6q14an3wm7yl7cllp"))))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("ncurses" ,ncurses)))
 | 
					     `(("ncurses" ,ncurses)))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue