efraim pushed a commit to branch master
in repository guix.

commit feb96b1d151bf6c5a8d52545244dd4f5374224af
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Jan 15 09:15:47 2024 +0200

    gnu: debootstrap: Update to 1.0.134.
    
    * gnu/packages/debian.scm (debootstrap): Update to 1.0.134.
    [arguments]: Remove obsolete substitution in 'patch-source phase.
    
    Change-Id: I2a50ae75a43c0970e3ef866e02c49d87094e14eb
---
 gnu/packages/debian.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/debian.scm b/gnu/packages/debian.scm
index b0a0b9e5d3..67d9b985bd 100644
--- a/gnu/packages/debian.scm
+++ b/gnu/packages/debian.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2018, 2020-2023 Efraim Flashner <[email protected]>
+;;; Copyright © 2018, 2020-2024 Efraim Flashner <[email protected]>
 ;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2020 Marius Bakke <[email protected]>
 ;;;
@@ -189,7 +189,7 @@ contains the archive keys used for that.")
 (define-public debootstrap
   (package
     (name "debootstrap")
-    (version "1.0.132")
+    (version "1.0.134")
     (source
       (origin
         (method git-fetch)
@@ -198,7 +198,7 @@ contains the archive keys used for that.")
               (commit version)))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "1l6mc3i2wqfhmhj85x9qiiqchqp9br6gg54hv1xs08h8xndmfchf"))))
+         (base32 "0k9gi6gn8qlqs81r2q1hx5wfyax3nvpkk450girdra7dh54iidr4"))))
     (build-system gnu-build-system)
     (arguments
      (list
@@ -210,9 +210,7 @@ contains the archive keys used for that.")
                (let ((debian #$(this-package-input "debian-archive-keyring"))
                      (ubuntu #$(this-package-input "ubuntu-keyring")))
                  (substitute* "Makefile"
-                   (("/usr") "")
-                   (("-o root -g root") "")
-                   (("chown root.*") "\n"))
+                   (("/usr") ""))
                  (substitute* '("scripts/etch"
                                 "scripts/potato"
                                 "scripts/sarge"

Reply via email to