gnu: mdds: Update to 0.12.1.
* gnu/packages/boost.scm (mdds): Update to 0.12.1.
This commit is contained in:
		
							parent
							
								
									7b21252632
								
							
						
					
					
						commit
						694bbb4da6
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -106,14 +106,14 @@ across a broad spectrum of applications.") | |||
| (define-public mdds | ||||
|   (package | ||||
|     (name "mdds") | ||||
|     (version "0.12.0") | ||||
|     (version "0.12.1") | ||||
|     (source (origin | ||||
|              (method url-fetch) | ||||
|              (uri (string-append | ||||
|                    "http://kohei.us/files/mdds/src/mdds_" version ".tar.bz2")) | ||||
|              (sha256 | ||||
|               (base32 | ||||
|                "10ar7r0gkdl2r7916jlkl5c38cynrh7x9s90a5i8d242r8ixw8ia")))) | ||||
|                "0gg8mb9kxh3wggh7njj1gf90xy27p0yq2cw88wqar9hhg2fmwmi3")))) | ||||
|     (build-system gnu-build-system) | ||||
|     (propagated-inputs | ||||
|       `(("boost" ,boost))) ; inclusion of header files | ||||
|  |  | |||
		Reference in a new issue