guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: perl-tk: Update to 804.036.


From: guix-commits
Subject: 01/02: gnu: perl-tk: Update to 804.036.
Date: Tue, 12 Oct 2021 18:20:33 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 26e11fa56125c3e23c2a713fe07ac9a1e08675f7
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Oct 12 23:02:30 2021 +0200

    gnu: perl-tk: Update to 804.036.
    
    * gnu/packages/tcl.scm (perl-tk): Update to 804.036.
---
 gnu/packages/tcl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tcl.scm b/gnu/packages/tcl.scm
index 55a9579..4d052db 100644
--- a/gnu/packages/tcl.scm
+++ b/gnu/packages/tcl.scm
@@ -269,7 +269,7 @@ interfaces (GUIs) in the Tcl language.")
 (define-public perl-tk
   (package
     (name "perl-tk")
-    (version "804.034")
+    (version "804.036")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -277,7 +277,7 @@ interfaces (GUIs) in the Tcl language.")
                    version ".tar.gz"))
              (sha256
               (base32
-               "1qiz55dmw7hm1wgpjdzf2jffwcj0hisr3kf80qi8lli3qx2b39py"))))
+               "0pha40m97fzafjnq8vwkbi5sml6xv8jki6qi60rxrzmxlrqp5aij"))))
     (build-system perl-build-system)
     (native-inputs `(("pkg-config" ,pkg-config)))
     (inputs `(("libx11" ,libx11)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]