gnu: libidn: Update to 1.41.
* gnu/packages/libidn.scm (libidn): Update to 1.41.
This commit is contained in:
		
							parent
							
								
									4df1d80209
								
							
						
					
					
						commit
						a4855d6bfa
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -34,14 +34,14 @@
 | 
				
			||||||
(define-public libidn
 | 
					(define-public libidn
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
   (name "libidn")
 | 
					   (name "libidn")
 | 
				
			||||||
   (version "1.38")
 | 
					   (version "1.41")
 | 
				
			||||||
   (source (origin
 | 
					   (source (origin
 | 
				
			||||||
            (method url-fetch)
 | 
					            (method url-fetch)
 | 
				
			||||||
            (uri (string-append "mirror://gnu/libidn/libidn-" version
 | 
					            (uri (string-append "mirror://gnu/libidn/libidn-" version
 | 
				
			||||||
                                ".tar.gz"))
 | 
					                                ".tar.gz"))
 | 
				
			||||||
            (sha256
 | 
					            (sha256
 | 
				
			||||||
             (base32
 | 
					             (base32
 | 
				
			||||||
              "1xphpfw58il0vb14nvd0rgfkacj76rchv8nr9nqkpkapyx0bh06y"))))
 | 
					              "0ic9zlqqppwaqr3i0r8lb8f47rrazzc8d5pfgg8vs6mqciip0kc8"))))
 | 
				
			||||||
   (build-system gnu-build-system)
 | 
					   (build-system gnu-build-system)
 | 
				
			||||||
   ;; FIXME: No Java and C# libraries are currently built.
 | 
					   ;; FIXME: No Java and C# libraries are currently built.
 | 
				
			||||||
   (arguments
 | 
					   (arguments
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue