summaryrefslogtreecommitdiff
path: root/gnu/packages/tcl.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-08-29 21:37:04 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-08-29 23:40:09 +0200
commitb1c699c4c0fd4764d14086a5a1bb060c619d2329 (patch)
tree9a71716024d3e3efd4fe647fb93b1c56d707f7b3 /gnu/packages/tcl.scm
parent77217b43935e5686a48d8a4676345efc3081fbdf (diff)
downloadguix-patches-b1c699c4c0fd4764d14086a5a1bb060c619d2329.tar
guix-patches-b1c699c4c0fd4764d14086a5a1bb060c619d2329.tar.gz
gnu: perl-tk: Update to 804.034.
* gnu/packages/tcl.scm (perl-tk): Update to 804.034.
Diffstat (limited to 'gnu/packages/tcl.scm')
-rw-r--r--gnu/packages/tcl.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tcl.scm b/gnu/packages/tcl.scm
index de888891c4..67b87905a9 100644
--- a/gnu/packages/tcl.scm
+++ b/gnu/packages/tcl.scm
@@ -190,7 +190,7 @@ interfaces (GUIs) in the Tcl language.")
(define-public perl-tk
(package
(name "perl-tk")
- (version "804.033")
+ (version "804.034")
(source (origin
(method url-fetch)
(uri (string-append
@@ -198,7 +198,7 @@ interfaces (GUIs) in the Tcl language.")
version ".tar.gz"))
(sha256
(base32
- "1bc8bacsf95598yimrxijymb3advrgan73pqxj75qmd20ydnwxc4"))))
+ "1qiz55dmw7hm1wgpjdzf2jffwcj0hisr3kf80qi8lli3qx2b39py"))))
(build-system perl-build-system)
(native-inputs `(("pkg-config" ,pkg-config)))
(inputs `(("libx11" ,libx11)