[PATCH] gnu: debootstrap: Update to 1.0.119.

  • 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=pGNBdkMwQh+Ydd3Fs_p-+am2yZkRkMdRM40_RPTk8z2g@mail.gmail.com
lightly tested: created a debootrtapped stretch,
then chrooted inside

--
Vincent Legoll
From f12e90261c81a81584e080490d1fb8a6342079d6 Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Sun, 1 Mar 2020 18:01:04 +0100
Subject: [PATCH] gnu: debootstrap: Update to 1.0.119.

* gnu/packages/debian.scm (debootstrap): Update to 1.0.119.
---
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 bd80fb297f..db8c9695f4 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.118")
+ (version "1.0.119")
(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
- "07x1x67dli6qwrlaribi07wgjp7fs1gzwkqgq1xy6lq1xz1xfdl2"))))
+ "0p0p8qmlsbvpfa0r7ifghr67zrrc96d83r9qwahzaxyxkvnhr4x4"))))
(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 . 39859-done@debbugs.gnu.org)
20200302193500.GB6728@E5400
Thanks. Patch pushed.

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

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl5dX+QACgkQQarn3Mo9
g1HI5Q//ceQWjbcFSEGNYKe5O44XG9QCi7kYHQd1aSImBwkCRMurOYkoLjiTXVUf
Tjx5HNQOZILYsE9goFrtvBGVqaUVbjlfrFEClmJvZkLvSIndp3s8gqdOJsag+h70
Vpe2wU03GLb8FdRAFthepHl7hJ6S9ktbILZFiIMC5opVsxos5HOBLwBYj5rX/sQr
DMyjZqSlss1FAdBlE8d2VmlVNsTMHVOsx/LECScwpb7liaD4CCRgcG4TPW1NK5yF
lCskdiHAFCy9O7Pd2Z+S84eqJw31mSh9TVaVeNg2HfR5IpnFTKS0Bz1645YYVYG6
U0kvBTFkRbNN6ksdumYaK/RGORJQp5QZhBbt8oaFyKKoUWj0X1VAtsHGK96VxYgb
A1SK0ua5e4mUS5Wea6dpDqHAdbmndGtYA3V0ANusJgMMneorCzU0nAlnZqf1rJeM
8tr6whhOk/5DFEu9qZO06WoC1MheOKEAcVfZ6NmQxU0tRtcztjP5MdoHgdzEjJt/
/RToI5egg5nRsnPX2eWrAMX1uMfcfbZ0uvEZGlYF7Vnmite+DfwdQKImX+ZZNyxd
vQt5F9k9rzZdzpjipdbgNn6kgtc4kKnLRcjLxMURxVSF2cgNQ5IqvzI1XNsI3AlJ
cxOUDENHpPOjt++L2gZWMaltEuyOAH9gCUzB0HgzelqvlzVZQQ8=
=CGDq
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 39859
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