[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/15: gnu: os-prober: Update to 1.77.
From: |
guix-commits |
Subject: |
02/15: gnu: os-prober: Update to 1.77. |
Date: |
Tue, 12 Feb 2019 11:39:05 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit e9bdef5fb4578341a938c69cfd7f6b22a0967869
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Feb 12 13:20:35 2019 +0100
gnu: os-prober: Update to 1.77.
* gnu/packages/bootloaders.scm (os-prober): Update to 1.77.
---
gnu/packages/bootloaders.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index a566001..b0617f4 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -7,7 +7,7 @@
;;; Copyright © 2016, 2017 Danny Milosavljevic <address@hidden>
;;; Copyright © 2016, 2017 David Craven <address@hidden>
;;; Copyright © 2017, 2018 Efraim Flashner <address@hidden>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
;;; Copyright © 2019 nee <address@hidden>
;;;
;;; This file is part of GNU Guix.
@@ -773,7 +773,7 @@ tools, and more.")
(define-public os-prober
(package
(name "os-prober")
- (version "1.76")
+ (version "1.77")
(source
(origin
(method url-fetch)
@@ -781,15 +781,15 @@ tools, and more.")
version ".tar.xz"))
(sha256
(base32
- "1vb45i76bqivlghrq7m3n07qfmmq4wxrkplqx8gywj011rhq19fk"))))
+ "0pvhrw4h05n21zw7ig3a3bi8aqdh6zxs0x1znz4g7vhspsps93ld"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((guix build gnu-build-system)
(guix build utils)
- (ice-9 regex) ; for string-match
- (srfi srfi-26)) ; for cut
+ (ice-9 regex) ; for string-match
+ (srfi srfi-26)) ; for cut
#:make-flags (list "CC=gcc")
- #:tests? #f ; no tests
+ #:tests? #f ; no tests
#:phases
(modify-phases %standard-phases
(replace 'configure
- branch master updated (155194d -> 571a01d), guix-commits, 2019/02/12
- 02/15: gnu: os-prober: Update to 1.77.,
guix-commits <=
- 04/15: gnu: perl-dbi: Update to 1.642., guix-commits, 2019/02/12
- 01/15: gnu: feh: Update to 3.1.2., guix-commits, 2019/02/12
- 03/15: gnu: kyotocabinet: Update to 1.2.77., guix-commits, 2019/02/12
- 11/15: gnu: clzip: Don't use NAME in source URI., guix-commits, 2019/02/12
- 13/15: gnu: lzlib: Don't use NAME in source URI., guix-commits, 2019/02/12
- 12/15: gnu: clzip: Update to 1.11., guix-commits, 2019/02/12
- 09/15: gnu: lunzip: Don't use NAME in source URI., guix-commits, 2019/02/12
- 14/15: gnu: lzlib: Update to 1.11., guix-commits, 2019/02/12
- 08/15: gnu: plzip: Update to 1.8., guix-commits, 2019/02/12
- 07/15: gnu: plzip: Don't use NAME in source URI., guix-commits, 2019/02/12