gnu: libtasn1: Update to 4.7.
* gnu/packages/tls.scm (libtan1): Update to 4.7. [native-inputs]: Remove texinfo.
This commit is contained in:
		
							parent
							
								
									0beb65b450
								
							
						
					
					
						commit
						3ea110b704
					
				
					 1 changed files with 4 additions and 7 deletions
				
			
		|  | @ -5,6 +5,7 @@ | ||||||
| ;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr> | ;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr> | ||||||
| ;;; Copyright © 2015 David Thompson <davet@gnu.org> | ;;; Copyright © 2015 David Thompson <davet@gnu.org> | ||||||
| ;;; Copyright © 2015 Leo Famulari <leo@famulari.name> | ;;; Copyright © 2015 Leo Famulari <leo@famulari.name> | ||||||
|  | ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il> | ||||||
| ;;; | ;;; | ||||||
| ;;; This file is part of GNU Guix. | ;;; This file is part of GNU Guix. | ||||||
| ;;; | ;;; | ||||||
|  | @ -45,7 +46,7 @@ | ||||||
| (define-public libtasn1 | (define-public libtasn1 | ||||||
|   (package |   (package | ||||||
|     (name "libtasn1") |     (name "libtasn1") | ||||||
|     (version "4.5") |     (version "4.7") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|       (method url-fetch) |       (method url-fetch) | ||||||
|  | @ -53,13 +54,9 @@ | ||||||
|                           version ".tar.gz")) |                           version ".tar.gz")) | ||||||
|       (sha256 |       (sha256 | ||||||
|        (base32 |        (base32 | ||||||
|         "1nhvnznhg2aqfrfjxc8v008hjlzkh5831jsfahqk89qrw7fbbcw9")))) |         "1j8iixynchziw1y39lnibyl5h81m4p78w3i4f28q2vgwjgf801x4")))) | ||||||
|     (build-system gnu-build-system) |     (build-system gnu-build-system) | ||||||
|     (native-inputs `(("perl" ,perl) |     (native-inputs `(("perl" ,perl))) | ||||||
| 
 |  | ||||||
|                      ;; XXX: For some reason, libtasn1.info wants to be |  | ||||||
|                      ;; rebuilt, so we must provide 'makeinfo'. |  | ||||||
|                      ("texinfo" ,texinfo))) |  | ||||||
|     (home-page "http://www.gnu.org/software/libtasn1/") |     (home-page "http://www.gnu.org/software/libtasn1/") | ||||||
|     (synopsis "ASN.1 library") |     (synopsis "ASN.1 library") | ||||||
|     (description |     (description | ||||||
|  |  | ||||||
		Reference in a new issue