guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Revert "gnu: patchelf: Update to 0.11."


From: guix-commits
Subject: branch master updated: Revert "gnu: patchelf: Update to 0.11."
Date: Tue, 21 Jul 2020 19:38:55 -0400

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7cce2a6  Revert "gnu: patchelf: Update to 0.11."
7cce2a6 is described below

commit 7cce2a6bd437165b5c21df0abe2d989efa0030d5
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jul 22 01:38:19 2020 +0200

    Revert "gnu: patchelf: Update to 0.11."
    
    Patchelf has 700+ dependencies, so this should go through the staging 
branch.
    
    This reverts commit 20cc8f9487e949ed2d314219cc828c3663d4f12b.
---
 gnu/packages/elf.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/elf.scm b/gnu/packages/elf.scm
index 48558d5..3aabc6e 100644
--- a/gnu/packages/elf.scm
+++ b/gnu/packages/elf.scm
@@ -7,7 +7,6 @@
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2018 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2020 Mark Wielaard <mark@klomp.org>
-;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -215,7 +214,7 @@ static analysis of the ELF binaries at hand.")
 (define-public patchelf
   (package
     (name "patchelf")
-    (version "0.11")
+    (version "0.10")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -224,7 +223,7 @@ static analysis of the ELF binaries at hand.")
                    "/patchelf-" version ".tar.bz2"))
              (sha256
               (base32
-               "16ms3ijcihb88j3x6cl8cbvhia72afmfcphczb9cfwr0gbc22chx"))))
+               "1wzwvnlyf853hw9zgqq5522bvf8gqadk8icgqa41a5n7593csw7n"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]