gnu: libosmium: Update to 2.17.1.
* gnu/packages/geo.scm (libosmium): Update to 2.17.1. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
		
							parent
							
								
									b11badfb4c
								
							
						
					
					
						commit
						b217208dd0
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1192,7 +1192,7 @@ to create databases that are optimized for rendering/tile/map-services.")
 | 
			
		|||
(define-public libosmium
 | 
			
		||||
  (package
 | 
			
		||||
    (name "libosmium")
 | 
			
		||||
    (version "2.15.6")
 | 
			
		||||
    (version "2.17.1")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
| 
						 | 
				
			
			@ -1201,7 +1201,7 @@ to create databases that are optimized for rendering/tile/map-services.")
 | 
			
		|||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "0rqy18bbakp41f44y5id9ixh0ar2dby46z17p4115z8k1vv9znq2"))))
 | 
			
		||||
        (base32 "0xw71lrw4q4sdm51rl0zg87ywxfkxbw9h52zqim0z0xl5qh5q8xf"))))
 | 
			
		||||
    (build-system cmake-build-system)
 | 
			
		||||
    (propagated-inputs
 | 
			
		||||
     `(("boost" ,boost)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue