[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/13: gnu: debootstrap: Update to 1.0.123.
From: |
guix-commits |
Subject: |
10/13: gnu: debootstrap: Update to 1.0.123. |
Date: |
Mon, 13 Apr 2020 00:57:41 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 6729488f59c402fef575629d2f9490480995bd64
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Apr 13 04:58:29 2020 +0200
gnu: debootstrap: Update to 1.0.123.
* gnu/packages/debian.scm (debootstrap): Update to 1.0.123.
---
gnu/packages/debian.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/debian.scm b/gnu/packages/debian.scm
index db8c969..ff4cccb 100644
--- a/gnu/packages/debian.scm
+++ b/gnu/packages/debian.scm
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2018 Efraim Flashner <address@hidden>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -117,7 +117,7 @@ contains the archive keys used for that.")
(define-public debootstrap
(package
(name "debootstrap")
- (version "1.0.119")
+ (version "1.0.123")
(source
(origin
(method git-fetch)
@@ -126,8 +126,7 @@ contains the archive keys used for that.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32
- "0p0p8qmlsbvpfa0r7ifghr67zrrc96d83r9qwahzaxyxkvnhr4x4"))))
+ (base32 "0fr5ir8arzisx71jybbk4xz85waz50lf2y052nfimzh6vv9dx54c"))))
(build-system gnu-build-system)
(arguments
`(#:phases
- branch master updated (c2480d1 -> 62f7f0d), guix-commits, 2020/04/13
- 02/13: gnu: diffoscope: Update to 139., guix-commits, 2020/04/13
- 01/13: gnu: lightdm-gtk-greeter: Update to 2.0.7., guix-commits, 2020/04/13
- 03/13: gnu: ssdeep: Update home page., guix-commits, 2020/04/13
- 04/13: gnu: ssdeep: Update to 2.14.1., guix-commits, 2020/04/13
- 05/13: gnu: ssdeep: Don't install static libfuzzy.a., guix-commits, 2020/04/13
- 08/13: gnu: uthash: Fix documentation directory., guix-commits, 2020/04/13
- 10/13: gnu: debootstrap: Update to 1.0.123.,
guix-commits <=
- 12/13: gnu: java-xmlgraphics-commons: Update to 2.4., guix-commits, 2020/04/13
- 06/13: gnu: ndctl: Update to 68., guix-commits, 2020/04/13
- 07/13: gnu: liburcu: Update to 0.12.0., guix-commits, 2020/04/13
- 11/13: gnu: e2fsprogs: Update to 1.45.6., guix-commits, 2020/04/13
- 13/13: gnu: http-parser: Update to 2.9.4., guix-commits, 2020/04/13
- 09/13: gnu: uthash: Update to 2.1.0., guix-commits, 2020/04/13