gnu: tiled: Update to 0.17.0.
* gnu/packages/game-development.scm (tiled): Update to 0.17.0.
This commit is contained in:
		
							parent
							
								
									7743268658
								
							
						
					
					
						commit
						1f5be4e6fe
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -135,7 +135,7 @@ provide connectivity for client applications written in any language.")
 | 
				
			||||||
(define-public tiled
 | 
					(define-public tiled
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "tiled")
 | 
					    (name "tiled")
 | 
				
			||||||
    (version "0.16.1")
 | 
					    (version "0.17.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "https://github.com/bjorn/tiled/archive/v"
 | 
					              (uri (string-append "https://github.com/bjorn/tiled/archive/v"
 | 
				
			||||||
| 
						 | 
					@ -143,7 +143,7 @@ provide connectivity for client applications written in any language.")
 | 
				
			||||||
              (file-name (string-append name "-" version ".tar.gz"))
 | 
					              (file-name (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0s1i6yhm1z9ayzjh8cprcc9jvj5m87l9snyqg6w7zlj3q9zn4rn6"))))
 | 
					                "0c9gykxmq0sk0yyfdq81g9psd922scqzn5asskjydj84d80f5z7p"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (inputs `(("qt" ,qt)
 | 
					    (inputs `(("qt" ,qt)
 | 
				
			||||||
              ("zlib" ,zlib)))
 | 
					              ("zlib" ,zlib)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue