Revert "gnu: patchelf: Update to 0.11."
Patchelf has 700+ dependencies, so this should go through the staging branch.
This reverts commit 20cc8f9487
.
This commit is contained in:
parent
20cc8f9487
commit
7cce2a6bd4
1 changed files with 2 additions and 3 deletions
|
@ -7,7 +7,6 @@
|
||||||
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2018 Marius Bakke <mbakke@fastmail.com>
|
;;; Copyright © 2018 Marius Bakke <mbakke@fastmail.com>
|
||||||
;;; Copyright © 2020 Mark Wielaard <mark@klomp.org>
|
;;; Copyright © 2020 Mark Wielaard <mark@klomp.org>
|
||||||
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
|
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -215,7 +214,7 @@ static analysis of the ELF binaries at hand.")
|
||||||
(define-public patchelf
|
(define-public patchelf
|
||||||
(package
|
(package
|
||||||
(name "patchelf")
|
(name "patchelf")
|
||||||
(version "0.11")
|
(version "0.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -224,7 +223,7 @@ static analysis of the ELF binaries at hand.")
|
||||||
"/patchelf-" version ".tar.bz2"))
|
"/patchelf-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16ms3ijcihb88j3x6cl8cbvhia72afmfcphczb9cfwr0gbc22chx"))))
|
"1wzwvnlyf853hw9zgqq5522bvf8gqadk8icgqa41a5n7593csw7n"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Reference in a new issue