[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/10: gnu: dtc: Update to 1.6.1.
From: |
guix-commits |
Subject: |
09/10: gnu: dtc: Update to 1.6.1. |
Date: |
Thu, 10 Jun 2021 18:44:08 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 402f544c2911293eeda23f50b0dd3c121980e341
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jun 11 00:36:14 2021 +0200
gnu: dtc: Update to 1.6.1.
* gnu/packages/bootloaders.scm (dtc): Update to 1.6.1.
---
gnu/packages/bootloaders.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 17ada71..ae3752c 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -426,7 +426,7 @@ menu to select one of the installed operating systems.")
(define-public dtc
(package
(name "dtc")
- (version "1.6.0")
+ (version "1.6.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -434,7 +434,7 @@ menu to select one of the installed operating systems.")
"dtc-" version ".tar.xz"))
(sha256
(base32
- "0bf8801z6fpd1gz9mxd5pqqj8nq101x393cyw8rpkc712w13nl0h"))))
+ "0wrl43rvd8nnm1v1wyfdr17vk8q7ymib62vli6da8n9ni4lwbkk5"))))
(build-system gnu-build-system)
(native-inputs
`(("bison" ,bison)
- branch master updated (10e38c3 -> 8871671), guix-commits, 2021/06/10
- 01/10: gnu: libopensmtpd: Update to 0.7., guix-commits, 2021/06/10
- 03/10: gnu: opensmtpd-filter-dkimsign: Update to 0.5., guix-commits, 2021/06/10
- 05/10: gnu: klavaro: Update to 3.13., guix-commits, 2021/06/10
- 02/10: gnu: libopensmtpd: Make public., guix-commits, 2021/06/10
- 09/10: gnu: dtc: Update to 1.6.1.,
guix-commits <=
- 08/10: gnu: squashfs-tools: Install some documentation., guix-commits, 2021/06/10
- 04/10: gnu: opensmtpd-filter-dkimsign: Support ed25519 signatures., guix-commits, 2021/06/10
- 06/10: gnu: squashfs-tools: Build from upstream git., guix-commits, 2021/06/10
- 07/10: gnu: squashfs-tools: Support Zstandard compression., guix-commits, 2021/06/10
- 10/10: gnu: thermald: Update to 2.4.6., guix-commits, 2021/06/10