diff options
author | Vincent Legoll <vincent.legoll@gmail.com> | 2020-02-21 23:39:48 +0100 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-02-23 14:07:17 +0200 |
commit | 3d314a5642a57aa70248c7ee61789d4d53aedae6 (patch) | |
tree | 137af428ed7616604736a0596f7de8a96b8fd247 /gnu/packages/debian.scm | |
parent | fa99c4bbc7acdb8def9ce14a05aacb73f99fe3b1 (diff) | |
download | patches-3d314a5642a57aa70248c7ee61789d4d53aedae6.tar patches-3d314a5642a57aa70248c7ee61789d4d53aedae6.tar.gz |
gnu: debootstrap: Update to 1.0.118
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.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages/debian.scm')
-rw-r--r-- | gnu/packages/debian.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |