gnu: musl: Update to 1.1.18.
* gnu/packages/musl.scm (musl): Update to 1.1.18.
This commit is contained in:
		
							parent
							
								
									a5792deca5
								
							
						
					
					
						commit
						ebde40a14a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -27,14 +27,14 @@
 | 
			
		|||
(define-public musl
 | 
			
		||||
  (package
 | 
			
		||||
    (name "musl")
 | 
			
		||||
    (version "1.1.17")
 | 
			
		||||
    (version "1.1.18")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (string-append "http://www.musl-libc.org/releases/"
 | 
			
		||||
                                  name "-" version ".tar.gz"))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "0r0lyp2w6v2bvm8h1si7w3p2qx037szl14qnxm5p00568z3m3an8"))))
 | 
			
		||||
                "0651lnj5spckqjf83nz116s8qhhydgqdy3rkl4icbh5f05fyw5yh"))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:tests? #f  ; Musl has no tests
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue