[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/15: gnu: ldb: Update to 2.4.1.
From: |
guix-commits |
Subject: |
04/15: gnu: ldb: Update to 2.4.1. |
Date: |
Tue, 2 Nov 2021 22:32:38 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 34d76cbc1dfe99ba8b2228734fe6e3987c4dc45f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Nov 2 23:44:50 2021 +0100
gnu: ldb: Update to 2.4.1.
* gnu/packages/samba.scm (ldb): Update to 2.4.1.
[source]: Don't explicitly return #t from snippet.
---
gnu/packages/samba.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index db2a75d..fad2888 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -396,14 +396,14 @@ many event types, including timers, signals, and the
classic file descriptor eve
(define-public ldb
(package
(name "ldb")
- (version "2.4.0")
+ (version "2.4.1")
(source (origin
(method url-fetch)
(uri (string-append "https://www.samba.org/ftp/ldb/ldb-"
version ".tar.gz"))
(sha256
(base32
- "10rd1z2llqz8xdx6m7yyxb9a118gx2xxwri18bhkkab9n1w55rvn"))
+ "13yd7lavbx8bxwnmzl0j7xnl2gl4wmnn0q9g7n3y7bvbnhm07hb9"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -412,8 +412,7 @@ many event types, including timers, signals, and the
classic file descriptor eve
(unless (or (string-prefix? "third_party/waf"
file)
(string-suffix? "wscript" file))
(delete-file file)))
- (find-files "third_party"))
- #t))))
+ (find-files "third_party"))))))
(build-system gnu-build-system)
(arguments
'(;; LMDB is only supported on 64-bit systems, yet the test suite
- branch master updated (3c60336 -> af5742c), guix-commits, 2021/11/02
- 01/15: gnu: iproute2: Update to 5.15.0., guix-commits, 2021/11/02
- 02/15: gnu: pamixer: Update to 1.5., guix-commits, 2021/11/02
- 03/15: gnu: pavucontrol: Update to 5.0., guix-commits, 2021/11/02
- 04/15: gnu: ldb: Update to 2.4.1.,
guix-commits <=
- 05/15: gnu: purescript: Update to 0.14.5., guix-commits, 2021/11/02
- 07/15: gnu: img2pdf: Update to 0.4.3., guix-commits, 2021/11/02
- 08/15: gnu: qtractor: Update to 0.9.24., guix-commits, 2021/11/02
- 10/15: gnu: neomutt: Update to 20211029., guix-commits, 2021/11/02
- 11/15: gnu: putty: Update to 0.76., guix-commits, 2021/11/02
- 13/15: gnu: putty: Edit description., guix-commits, 2021/11/02
- 12/15: gnu: putty: Try the upstream download URL first., guix-commits, 2021/11/02
- 06/15: gnu: poppler-data: Update to 0.4.11., guix-commits, 2021/11/02
- 09/15: gnu: fetchmail: Update to 6.4.23., guix-commits, 2021/11/02
- 14/15: gnu: proxychains-ng: Update to 4.15., guix-commits, 2021/11/02