guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/11: gnu: ldb: Downgrade to 1.5.6.


From: guix-commits
Subject: 06/11: gnu: ldb: Downgrade to 1.5.6.
Date: Thu, 16 Jan 2020 13:22:12 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 7152a7143186d7540c1f67decb7842c7a103903b
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Jan 16 17:35:41 2020 +0100

    gnu: ldb: Downgrade to 1.5.6.
    
    1.5.6 is actually newer and fixes problems with Python 3.8.
    
    * gnu/packages/samba.scm (ldb): Downgrade to 1.5.6.
---
 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 8a1fad5..6cd875d 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -362,14 +362,14 @@ many event types, including timers, signals, and the 
classic file descriptor eve
 (define-public ldb
   (package
     (name "ldb")
-    (version "1.6.3")
+    (version "1.5.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.samba.org/ftp/ldb/ldb-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "01livdy3g073bm6xnc8zqnqrxg53sw8q66d1903z62hd6g87whsa"))
+                "0nwpkqidsna4yz3vhjzzadm4hpviwnyk80yml8ay82gi1d6lg0pz"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]