gnu: burgerspace: Update to 1.10.0.
* gnu/packages/games.scm (burgerspace): Update to 1.10.0. Change-Id: I147bbbc261209c55d8638cbf0e66c59b6bf3f9c1
This commit is contained in:
		
							parent
							
								
									b69d1c568c
								
							
						
					
					
						commit
						31a56f7d68
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -10766,14 +10766,14 @@ get high scores.")
 | 
				
			||||||
(define-public burgerspace
 | 
					(define-public burgerspace
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "burgerspace")
 | 
					    (name "burgerspace")
 | 
				
			||||||
    (version "1.9.5")
 | 
					    (version "1.10.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "http://perso.b2b2c.ca/~sarrazip/dev/"
 | 
					       (uri (string-append "http://perso.b2b2c.ca/~sarrazip/dev/"
 | 
				
			||||||
                           "burgerspace-" version ".tar.gz"))
 | 
					                           "burgerspace-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1r2albqv2ygs58rwcldsx1mp2vy96j7k4yw5jjmvwgnxjmddq7wr"))))
 | 
					        (base32 "18ydm3014y9vhma0ml7z66xa7ihiz3xr8izicfdd3xl9f4535f6c"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list pkg-config))
 | 
					     (list pkg-config))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue