me
/
guix
Archived
1
0
Fork 0

gnu: expect: Update to 5.45.3.

* gnu/packages/tcl.scm (expect): Update to 5.45.3.
master
Marius Bakke 2017-12-13 07:38:13 +01:00
parent 63dc763816
commit 8e9b3c6647
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@
(define-public expect (define-public expect
(package (package
(name "expect") (name "expect")
(version "5.45") (version "5.45.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -97,7 +97,7 @@
version "/expect" version ".tar.gz")) version "/expect" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0h60bifxj876afz4im35rmnbnxjx4lbdqp2ja3k30fwa8a8cm3dj")))) "1s9ba7m0bmg6brn4x030y2xg7hqara1fr4hlrrllm54mf5xp2865"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(;; TODO: Add these optional dependencies. `(;; TODO: Add these optional dependencies.