gnu: gettext: Upgrade to 0.19.1.
* gnu/packages/gettext.scm (gnu-gettext): Upgrade to 0.19.1.
This commit is contained in:
		
							parent
							
								
									288a09ca91
								
							
						
					
					
						commit
						cf02d3a5d7
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -34,14 +34,14 @@
 | 
				
			||||||
(define-public gnu-gettext
 | 
					(define-public gnu-gettext
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "gettext")
 | 
					    (name "gettext")
 | 
				
			||||||
    (version "0.19")
 | 
					    (version "0.19.1")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
             (method url-fetch)
 | 
					             (method url-fetch)
 | 
				
			||||||
             (uri (string-append "mirror://gnu/gettext/gettext-"
 | 
					             (uri (string-append "mirror://gnu/gettext/gettext-"
 | 
				
			||||||
                                 version ".tar.gz"))
 | 
					                                 version ".tar.gz"))
 | 
				
			||||||
             (sha256
 | 
					             (sha256
 | 
				
			||||||
              (base32
 | 
					              (base32
 | 
				
			||||||
               "0z44pm0vh4rmj8jq6lww0qhw72r2dkqs31vnlnn851y69dvcgyd9"))))
 | 
					               "1ih104j74dw90cb18ym50qlks3k6632zsiv2c94fnpyzbgcp2x18"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("expat" ,expat)))
 | 
					     `(("expat" ,expat)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue