[PATCH] gnu: debootstrap: Update to 1.0.118

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 5 years ago
(address . guix-patches@gnu.org)
CAEwRq=r4ToPQroAhD4=f9F9vvVw-AOA6KRbek2Hn5wxQVjE9jw@mail.gmail.com
The attached patch has been tested by creating
arm64, mipsel & amd64 chroots and the amd64
one has been actually run.

--
Vincent Legoll
From a23b962c21e20c72f425675e6ea6e11cd0f944d0 Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Fri, 21 Feb 2020 23:34:40 +0100
Subject: [PATCH] gnu: debootstrap: Update to 1.0.118. *
gnu/packages/debian.scm (debootstrap): Update to 1.0.118.

---
gnu/packages/debian.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/debian.scm b/gnu/packages/debian.scm
index f94f49c51b..bd80fb297f 100644
--- a/gnu/packages/debian.scm
+++ b/gnu/packages/debian.scm
@@ -117,7 +117,7 @@ contains the archive keys used for that.")
(define-public debootstrap
(package
(name "debootstrap")
- (version "1.0.114")
+ (version "1.0.118")
(source
(origin
(method git-fetch)
@@ -127,7 +127,7 @@ contains the archive keys used for that.")
(file-name (git-file-name name version))
(sha256
(base32
- "147308flz9y8g6f972izi3szmsywf5f8xm64z2smy1cayd340i63"))))
+ "07x1x67dli6qwrlaribi07wgjp7fs1gzwkqgq1xy6lq1xz1xfdl2"))))
(build-system gnu-build-system)
(arguments
`(#:phases
--
2.25.1
Efraim Flashner wrote 5 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 39726-done@debbugs.gnu.org)
20200223121814.GB6129@E5400
Looks good to me. Patch pushed. Thanks!

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl5SbYMACgkQQarn3Mo9
g1GIDg//SRQ99lb2EudlJZBQqhT24Svmv5brDbSLF1g2guTUrDy8vP7Bya8EDO+D
bGJ1Iqz6sVkFzJpu0dQMN/SJtofOFFhsrTSa2cYyqclUmYFyD3iCXom1lrreCaoe
XFsylmDg3UjFrGUZF/FIhZPdmSNNK/JbAnbIrwXYsItBacN8Hi0RoCyK9Be6O7fl
SSvTzHlwcG7ns7yBWdDTLbzjg8x292iBOULUkGQwIBr+IIogVxc6C1zC1sRLqkKw
wxJdefo5XOUOy5ViJKNDo0oU5CxXRnM+aBCHI6Z3FZ6mv1SiseVIoQL9g6w76Y5u
IrfdG2KLaQuAabOgwqDCEPm1dR/20uGmVLZ01zHoDhrpGYRgkHO4QZD0dyhVRaS1
QFnLe+smCNAslcsEG8coU1tlwdg6QaIWcic6TPG74m/6PFf51BsqDwvy9Cba/mvy
Rh5w2Zy4CCv4xCzbsfEHN3sFj+aUwuROqHnv0cdrtbgreb2nT70E9OsGiaTLPbIy
Fw7ZGhHXu/ZkVkBMw+b3B0jWtzSOivRNRhoysmT7vh7EMD+aT/uqtsn7gNuQ/tpJ
WaImYkbPaPE8viy91CDXjzukx1FWoDl+01DRTLC3zMnrfbgF9KQ7VgV2AUrebe5i
01ILepj1tZYkFt/vYnexWZyxv5gqmbKJ46qRcNEvHz7vgpHPC6Y=
=/G14
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 39726@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 39726
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help