~ruther/guix-local

feb96b1d151bf6c5a8d52545244dd4f5374224af — Efraim Flashner 2 years ago 15d3de9
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
1 files changed, 4 insertions(+), 6 deletions(-)

M gnu/packages/debian.scm
M gnu/packages/debian.scm => gnu/packages/debian.scm +4 -6
@@ 1,5 1,5 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2018, 2020-2023 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2018, 2020-2024 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2020 Marius Bakke <marius@gnu.org>
;;;


@@ 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"