[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/16: gnu: freetalk: Update to 4.2.
From: |
guix-commits |
Subject: |
01/16: gnu: freetalk: Update to 4.2. |
Date: |
Wed, 27 Jul 2022 06:30:01 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit d62b180ffd403df551329a653e526a8cc660b2d1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 24 02:00:01 2022 +0200
gnu: freetalk: Update to 4.2.
* gnu/packages/messaging.scm (freetalk): Update to 4.2.
[arguments]: Remove unneeded "CFLAGS=-fcommon" from #:configure-flags.
Don't explicitly return #t from phases.
[inputs]: Update guile-2.0 to guile-3.0.
---
gnu/packages/messaging.scm | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index a593310e36..1581434ae8 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2081,19 +2081,17 @@ support, and more.")
(define-public freetalk
(package
(name "freetalk")
- (version "4.1")
+ (version "4.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/freetalk/freetalk-"
version ".tar.gz"))
(sha256
(base32
- "1rmrn7a1bb7vm26yaklrvx008a9qhwc32s57dwrlf40lv9gffwny"))))
+ "105mw7pg2mcp85r82cs4rv77nwvbw8025047364jzbq6lwllynxv"))))
(build-system gnu-build-system)
(arguments
- `(#:configure-flags
- (list "CFLAGS=-fcommon")
- #:phases
+ `(#:phases
(modify-phases %standard-phases
;; For 'system' commands in Scheme code.
(add-after 'install 'wrap-program
@@ -2106,14 +2104,13 @@ support, and more.")
`("PATH" ":" prefix
,(map (lambda (dir)
(string-append dir "/bin"))
- (list bash coreutils less))))
- #t))))))
+ (list bash coreutils less))))))))))
(native-inputs
(list autoconf automake pkg-config texinfo))
(inputs
(list bash
glib
- guile-2.0
+ guile-3.0
less
loudmouth
readline))
- 06/16: gnu: qtractor: Update to 0.9.27., (continued)
- 06/16: gnu: qtractor: Update to 0.9.27., guix-commits, 2022/07/27
- 10/16: gnu: nbd: Update to 3.24., guix-commits, 2022/07/27
- 07/16: gnu: qtractor: Remove input labels., guix-commits, 2022/07/27
- 11/16: gnu: ndisc6: Update to 1.0.6., guix-commits, 2022/07/27
- 02/16: gnu: freetalk: Modernise arguments' style., guix-commits, 2022/07/27
- 13/16: gnu: libconfini: Omit static library., guix-commits, 2022/07/27
- 15/16: gnu: osinfo-db: Update to 20220516., guix-commits, 2022/07/27
- 14/16: gnu: get-iplayer: Update to 3.30., guix-commits, 2022/07/27
- 08/16: gnu: podofo: Update to 0.9.8., guix-commits, 2022/07/27
- 09/16: gnu: podofo: Remove input labels., guix-commits, 2022/07/27
- 01/16: gnu: freetalk: Update to 4.2.,
guix-commits <=
- 16/16: download: Refresh KDE mirror list., guix-commits, 2022/07/27
- 03/16: gnu: es: Update to 0.9.2., guix-commits, 2022/07/27