gnu: asn1c: Update to 0.9.28.
* gnu/packages/tls.scm (asn1c): Update to 0.9.28.
This commit is contained in:
		
							parent
							
								
									0b7b8fb045
								
							
						
					
					
						commit
						ff7da7e04d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -75,14 +75,14 @@ specifications.")
 | 
				
			||||||
(define-public asn1c
 | 
					(define-public asn1c
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "asn1c")
 | 
					    (name "asn1c")
 | 
				
			||||||
    (version "0.9.27")
 | 
					    (version "0.9.28")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
      (method url-fetch)
 | 
					      (method url-fetch)
 | 
				
			||||||
      (uri (string-append "https://lionet.info/soft/asn1c-"
 | 
					      (uri (string-append "https://lionet.info/soft/asn1c-"
 | 
				
			||||||
                          version ".tar.gz"))
 | 
					                          version ".tar.gz"))
 | 
				
			||||||
      (sha256
 | 
					      (sha256
 | 
				
			||||||
       (base32
 | 
					       (base32
 | 
				
			||||||
        "17nvn2kzvlryasr9dzqg6gs27b9lvqpval0k31pb64bjqbhn8pq2"))))
 | 
					        "1fc64g45ykmv73kdndr4zdm4wxhimhrir4rxnygxvwkych5l81w0"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("perl" ,perl)))
 | 
					     `(("perl" ,perl)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue