[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: ldb: Update to 1.1.27.
From: |
Efraim Flashner |
Subject: |
06/08: gnu: ldb: Update to 1.1.27. |
Date: |
Sat, 8 Oct 2016 20:27:21 +0000 (UTC) |
efraim pushed a commit to branch master
in repository guix.
commit 9917b5f0086a5136e2a28978da9d18a314ca1c11
Author: Efraim Flashner <address@hidden>
Date: Sat Oct 8 22:25:01 2016 +0300
gnu: ldb: Update to 1.1.27.
* gnu/packages/samba.scm (ldb): Update to 1.1.27.
---
gnu/packages/samba.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index 96e7f4d..45fa47b 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -236,14 +236,14 @@ many event types, including timers, signals, and the
classic file descriptor eve
(define-public ldb
(package
(name "ldb")
- (version "1.1.26")
+ (version "1.1.27")
(source (origin
(method url-fetch)
(uri (string-append "https://www.samba.org/ftp/ldb/ldb-"
version ".tar.gz"))
(sha256
(base32
- "1rmjv12pf57vga8s5z9p9d90rlfckc1lqjbcp89r83cq5fkwfhw8"))))
+ "1b1mkl5p8swb67s9aswavhzswlib34hpgsv66zgns009paf2df6d"))))
(build-system gnu-build-system)
(arguments
'(#:phases
- branch master updated (86d959b -> 4726dd2), Efraim Flashner, 2016/10/08
- 05/08: gnu: tdb: Use 'modify-phases' syntax., Efraim Flashner, 2016/10/08
- 01/08: gnu: samba: Update to 4.5.0., Efraim Flashner, 2016/10/08
- 07/08: gnu: offlineimap: Update to 7.0.8., Efraim Flashner, 2016/10/08
- 06/08: gnu: ldb: Update to 1.1.27.,
Efraim Flashner <=
- 02/08: gnu: talloc: Update to 2.1.8., Efraim Flashner, 2016/10/08
- 04/08: gnu: tdb: Update to 1.3.11., Efraim Flashner, 2016/10/08
- 08/08: gnu: ccache: Update to 3.3.2., Efraim Flashner, 2016/10/08
- 03/08: gnu: tevent: Update to 0.9.31., Efraim Flashner, 2016/10/08