gnu: libiptcdata: Update to 1.0.5.
* gnu/packages/image.scm (libiptcdata): Update to 1.0.5. [home-page]: Follow Debian's maintained upstream.
This commit is contained in:
		
							parent
							
								
									c30fd002c8
								
							
						
					
					
						commit
						a42b68480b
					
				
					 1 changed files with 7 additions and 5 deletions
				
			
		| 
						 | 
					@ -1368,16 +1368,18 @@ medical image data, e.g. magnetic resonance image (MRI) and functional MRI
 | 
				
			||||||
(define-public libiptcdata
 | 
					(define-public libiptcdata
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "libiptcdata")
 | 
					    (name "libiptcdata")
 | 
				
			||||||
    (version "1.0.4")
 | 
					    (version "1.0.5")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "mirror://sourceforge/" name "/" name "/"
 | 
					              (uri (string-append "https://github.com/ianw/libiptcdata"
 | 
				
			||||||
                                  version "/" name "-" version ".tar.gz"))
 | 
					                                  "/releases/download/release_"
 | 
				
			||||||
 | 
					                                  (string-join (string-split version #\.) "_")
 | 
				
			||||||
 | 
					                                  "/" name "-" version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "03pfvkmmx762iydq0q207x2028d275pbdysfsgpmrr0ywy63pxkr"))))
 | 
					                "17m2bscc76r1bymjgb44fbbfrdsjfqyb2ivg9wchyllm8pgx1560"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (home-page "http://libiptcdata.sourceforge.net/")
 | 
					    (home-page "https://github.com/ianw/libiptcdata")
 | 
				
			||||||
    (synopsis "IPTC metadata manipulation library")
 | 
					    (synopsis "IPTC metadata manipulation library")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
     "Libiptcdata is a C library for manipulating the International Press
 | 
					     "Libiptcdata is a C library for manipulating the International Press
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue