guix-commits
[Top][All Lists]
Advanced

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

05/12: gnu: ding-libs: Update to 0.6.2.


From: guix-commits
Subject: 05/12: gnu: ding-libs: Update to 0.6.2.
Date: Sat, 4 Jun 2022 14:31:15 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 748e7de380b1f902051b4b5aad4669932e576207
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 29 02:00:01 2022 +0200

    gnu: ding-libs: Update to 0.6.2.
    
    * gnu/packages/sssd.scm (ding-libs): Update to 0.6.2.
    [native-inputs]: Add gettext-minimal.
---
 gnu/packages/sssd.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/sssd.scm b/gnu/packages/sssd.scm
index 562d4c1045..2777e7ffe0 100644
--- a/gnu/packages/sssd.scm
+++ b/gnu/packages/sssd.scm
@@ -122,7 +122,7 @@ manage user, group and computer accounts for a domain.")
 (define-public ding-libs
   (package
     (name "ding-libs")
-    (version "0.6.1")
+    (version "0.6.2")
     (source
      (origin
        (method git-fetch)
@@ -131,9 +131,9 @@ manage user, group and computer accounts for a domain.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0127cpslqkapwx1rp4d1w13gw62m4cwf3hj8r0nnmvihs4199270"))))
+        (base32 "17x3gj2yrjb6h7ml97xlim310x8s54n238p3ns2bj3mxifqkx0mf"))))
     (build-system gnu-build-system)
-    (native-inputs (list autoconf automake libtool pkg-config))
+    (native-inputs (list autoconf automake gettext-minimal libtool pkg-config))
     (home-page "https://pagure.io/SSSD/ding-libs/";)
     (synopsis "Libraries for SSSD")
     (description



reply via email to

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