guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: debianutils: Update to 5.5-1.


From: guix-commits
Subject: 02/02: gnu: debianutils: Update to 5.5-1.
Date: Tue, 9 Nov 2021 01:50:13 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 4d03acbb02a1f8bdb03dd986f34ddfe7de3d827c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Nov 9 08:48:38 2021 +0200

    gnu: debianutils: Update to 5.5-1.
    
    * gnu/packages/debian.scm (debianutils): Update to 5.5-1.
    [arguments]: Remove custom 'create-translations phase.
---
 gnu/packages/debian.scm | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/debian.scm b/gnu/packages/debian.scm
index ddc90ef..be2f8cc 100644
--- a/gnu/packages/debian.scm
+++ b/gnu/packages/debian.scm
@@ -271,7 +271,7 @@ unpacking them into a directory which can eventually be 
chrooted into.")
 (define-public debianutils
   (package
     (name "debianutils")
-    (version "4.11.1")
+    (version "5.5-1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -280,15 +280,8 @@ unpacking them into a directory which can eventually be 
chrooted into.")
               (file-name (git-file-name "debianutils" version))
               (sha256
                (base32
-                "18ypb7fivch53wwrdf73yhf1fhkwn9kvw1kfdc1m450241d6191w"))))
+                "1sbdjcb44g2s1zxjf9kxrp9drf9mmh6b49a9z3k428gmc6zsci4r"))))
     (build-system gnu-build-system)
-    (arguments
-     '(#:phases (modify-phases %standard-phases
-                  (add-after 'bootstrap 'create-translations
-                    (lambda _
-                      (with-directory-excursion "po4a"
-                        (invoke "po4a" "--no-backups" "po4a.conf"))
-                      #t)))))
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)



reply via email to

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