gnu: yelp-xsl: Update to 42.1.
* gnu/packages/gnome.scm (yelp-xsl): Update to 42.1. [description]: Ensure sentences are separated with 2 spaces. Change-Id: I3f808880593b0e6fc700d7eef588572e116805f3 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
		
							parent
							
								
									34f0b66193
								
							
						
					
					
						commit
						514e92748f
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -7280,7 +7280,7 @@ environments.")
 | 
			
		|||
(define-public yelp-xsl
 | 
			
		||||
  (package
 | 
			
		||||
    (name "yelp-xsl")
 | 
			
		||||
    (version "41.0")
 | 
			
		||||
    (version "42.1")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
| 
						 | 
				
			
			@ -7289,7 +7289,7 @@ environments.")
 | 
			
		|||
                       (version-major version) "/"
 | 
			
		||||
                       name "-" version ".tar.xz"))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "19d46rkajvr0f04560vlrzwvac88x5j8ilvzwkawbn5vjg069kf8"))))
 | 
			
		||||
        (base32 "1kav039g62q35h508shdbrcjcfkdsc7k6wcr2g780c35n58f32r3"))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     '(#:configure-flags '("--enable-doc")))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue