gnu: libvisio: Update to 0.1.7.
* gnu/packages/libreoffice.scm (libvisio): Update to 0.1.7.
This commit is contained in:
		
							parent
							
								
									558f4a30e2
								
							
						
					
					
						commit
						e25973e18f
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -576,14 +576,14 @@ created by PageMaker version 6.x and 7.")
 | 
				
			||||||
(define-public libvisio
 | 
					(define-public libvisio
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "libvisio")
 | 
					    (name "libvisio")
 | 
				
			||||||
    (version "0.1.6")
 | 
					    (version "0.1.7")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
      (method url-fetch)
 | 
					      (method url-fetch)
 | 
				
			||||||
      (uri (string-append "http://dev-www.libreoffice.org/src/libvisio/"
 | 
					      (uri (string-append "http://dev-www.libreoffice.org/src/libvisio/"
 | 
				
			||||||
                          "libvisio-" version ".tar.xz"))
 | 
					                          "libvisio-" version ".tar.xz"))
 | 
				
			||||||
      (sha256 (base32
 | 
					      (sha256 (base32
 | 
				
			||||||
               "1yahpfl13qk6178irv8jn5ppxdn7isafqisyqsdw0lqxcz9h447y"))))
 | 
					               "0k7adcbbf27l7n453cca1m6s9yj6qvb5j6bsg2db09ybf3w8vbwg"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("cppunit" ,cppunit)
 | 
					     `(("cppunit" ,cppunit)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue