mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: perl-tk: Update to 804.036.
* gnu/packages/tcl.scm (perl-tk): Update to 804.036.
This commit is contained in:
parent
702bc2b899
commit
26e11fa561
1 changed files with 2 additions and 2 deletions
|
@ -269,7 +269,7 @@ interfaces (GUIs) in the Tcl language.")
|
||||||
(define-public perl-tk
|
(define-public perl-tk
|
||||||
(package
|
(package
|
||||||
(name "perl-tk")
|
(name "perl-tk")
|
||||||
(version "804.034")
|
(version "804.036")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -277,7 +277,7 @@ interfaces (GUIs) in the Tcl language.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qiz55dmw7hm1wgpjdzf2jffwcj0hisr3kf80qi8lli3qx2b39py"))))
|
"0pha40m97fzafjnq8vwkbi5sml6xv8jki6qi60rxrzmxlrqp5aij"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
(inputs `(("libx11" ,libx11)
|
(inputs `(("libx11" ,libx11)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue