This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c6a4533f30 gnu: perl-curses: Update to 1.45.
c6a4533f30 is described below

commit c6a4533f30ac157a1ff7fda3a0c6c5407dfc2188
Author: Patrick Norton <[email protected]>
AuthorDate: Tue Feb 17 07:49:59 2026 -0500

    gnu: perl-curses: Update to 1.45.
    
    * gnu/packages/ncurses.scm (perl-curses): Update to 1.45.
    
    Change-Id: Iad588eadebf87ae78d066925e9274a1692b6863e
    Signed-off-by: jgart <[email protected]>
---
 gnu/packages/ncurses.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ncurses.scm b/gnu/packages/ncurses.scm
index d8cea95f0b..d2f421fdcc 100644
--- a/gnu/packages/ncurses.scm
+++ b/gnu/packages/ncurses.scm
@@ -311,7 +311,7 @@ a set of curses widgets, such as dialog boxes.")
 (define-public perl-curses
   (package
     (name "perl-curses")
-    (version "1.36")
+    (version "1.45")
     (source
      (origin
        (method url-fetch)
@@ -319,7 +319,7 @@ a set of curses widgets, such as dialog boxes.")
                            "Curses-" version ".tar.gz"))
        (sha256
         (base32
-         "0r6xd9wr0c25rr28zixhqipak575zqsfb7r7f2693i9il1dpj554"))))
+         "1cmf0mpbsfiymy4znr84rg938mxfn52bnckamq5lmmm22c01w8l4"))))
     (build-system perl-build-system)
     (inputs
      (list ncurses))

Reply via email to