gnu: nettle: Update to 2.7.1.
* gnu/packages/nettle.scm (nettle): Update to 2.7.1.
This commit is contained in:
		
							parent
							
								
									76ced7741b
								
							
						
					
					
						commit
						b17fd5e0c8
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -27,14 +27,14 @@
 | 
				
			||||||
(define-public nettle
 | 
					(define-public nettle
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "nettle")
 | 
					    (name "nettle")
 | 
				
			||||||
    (version "2.7")
 | 
					    (version "2.7.1")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
             (method url-fetch)
 | 
					             (method url-fetch)
 | 
				
			||||||
             (uri (string-append "mirror://gnu/nettle/nettle-"
 | 
					             (uri (string-append "mirror://gnu/nettle/nettle-"
 | 
				
			||||||
                                 version ".tar.gz"))
 | 
					                                 version ".tar.gz"))
 | 
				
			||||||
             (sha256
 | 
					             (sha256
 | 
				
			||||||
              (base32
 | 
					              (base32
 | 
				
			||||||
               "1mnl5i1136p47lrklm0mhnnv3gjakza385zvxz12qf057h9ym562"))))
 | 
					               "0h2vap31yvi1a438d36lg1r1nllfx3y19r4rfxv7slrm6kafnwdw"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (inputs `(("m4" ,m4)))
 | 
					    (inputs `(("m4" ,m4)))
 | 
				
			||||||
    (propagated-inputs `(("gmp" ,gmp)))
 | 
					    (propagated-inputs `(("gmp" ,gmp)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue