gnu: expect: Update to 5.45.4.

* gnu/packages/tcl.scm (expect): Update to 5.45.4.
This commit is contained in:
Tobias Geerinckx-Rice 2018-02-06 01:29:13 +01:00
parent 0e588d2f02
commit 9cc03bbf0d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -5,6 +5,7 @@
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2017 Kei Kebreau <kkebreau@posteo.net>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@ -89,7 +90,7 @@ (define-public tcl
(define-public expect
(package
(name "expect")
(version "5.45.3")
(version "5.45.4")
(source
(origin
(method url-fetch)
@ -97,7 +98,7 @@ (define-public expect
version "/expect" version ".tar.gz"))
(sha256
(base32
"1s9ba7m0bmg6brn4x030y2xg7hqara1fr4hlrrllm54mf5xp2865"))))
"0d1cp5hggjl93xwc8h1y6adbnrvpkk0ywkd00inz9ndxn21xm9s9"))))
(build-system gnu-build-system)
(inputs
`(;; TODO: Add these optional dependencies.