diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-08-30 17:56:09 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-08-30 18:44:57 +0200 |
commit | 652940d060fba5df8e058ff6073a270758d43448 (patch) | |
tree | 7b1102fef346882246e849d1b28e5ceac7b7f5ec | |
parent | 99088aa7514d462374b8deac8d78015cf8d78c12 (diff) | |
download | patches-652940d060fba5df8e058ff6073a270758d43448.tar patches-652940d060fba5df8e058ff6073a270758d43448.tar.gz |
gnu: ldb: Update to 1.3.6.
* gnu/packages/samba.scm (ldb): Update to 1.3.6.
-rw-r--r-- | gnu/packages/samba.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm index 16b9470e7c..3316e665f0 100644 --- a/gnu/packages/samba.scm +++ b/gnu/packages/samba.scm @@ -341,14 +341,14 @@ many event types, including timers, signals, and the classic file descriptor eve (define-public ldb (package (name "ldb") - (version "1.3.3") + (version "1.3.6") (source (origin (method url-fetch) (uri (string-append "https://www.samba.org/ftp/ldb/ldb-" version ".tar.gz")) (sha256 (base32 - "14gsrm7dvyjpbpnc60z75j6fz2p187abm2h353lq95kx2bv70c1b")) + "16lkz3gyvsm9als1wyimsl573hclr72xy6454mshwjanncs33lji")) (modules '((guix build utils))) (snippet '(begin |