diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2016-09-04 12:50:09 +0200 |
---|---|---|
committer | David Craven <david@craven.ch> | 2016-09-04 13:00:46 +0200 |
commit | 8cfdd64c3797bd014ad742bd4bd994d647ced985 (patch) | |
tree | e70aabc5e2176cbaa05309a38777657b677b0091 /gnu/packages/u-boot.scm | |
parent | 7b39b7eb91112616a26a7b5de1d0d4782c83add9 (diff) | |
download | guix-8cfdd64c3797bd014ad742bd4bd994d647ced985.tar guix-8cfdd64c3797bd014ad742bd4bd994d647ced985.tar.gz |
gnu: dtc: Update to 1.4.2.
* gnu/packages/u-boot.scm (dtc): Update to 1.4.2. Delete patch.
* gnu/packages/patches/dtc-add-missing-symbols-to-lds.patch: Delete patch.
* gnu/local.mk (dist_patch_DATA): Delete patch.
Signed-off-by: David Craven <david@craven.ch>
Diffstat (limited to 'gnu/packages/u-boot.scm')
-rw-r--r-- | gnu/packages/u-boot.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/u-boot.scm b/gnu/packages/u-boot.scm index 15b24a6056..e9a4b90941 100644 --- a/gnu/packages/u-boot.scm +++ b/gnu/packages/u-boot.scm @@ -32,7 +32,7 @@ (define-public dtc (package (name "dtc") - (version "1.4.1") + (version "1.4.2") (source (origin (method url-fetch) (uri (string-append @@ -40,9 +40,7 @@ "dtc-" version ".tar.xz")) (sha256 (base32 - "155v52palf5fwfcnq696s41whjk0a5dqx98b7maqzdn7xbc2m6bp")) - (patches - (search-patches "dtc-add-missing-symbols-to-lds.patch")))) + "1b7si8niyca4wxbfah3qw4p4wli81mc1qwfhaswvrfqahklnwi8k")))) (build-system gnu-build-system) (native-inputs `(("bison" ,bison) |