guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: attr: Update to 2.4.48.


From: guix-commits
Subject: 03/03: gnu: attr: Update to 2.4.48.
Date: Fri, 1 Mar 2019 11:32:02 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 1130929acfff30b3f179e6bb949b1b7d78b85b69
Author: Marius Bakke <address@hidden>
Date:   Fri Mar 1 16:05:04 2019 +0100

    gnu: attr: Update to 2.4.48.
    
    * gnu/packages/attr.scm (attr): Update to 2.4.48.
    [source](uri): Adjust for renamed tarball.
    [arguments]: Remove obsolete phases.
    [license]: Remove GPL2+ (see upstream commit 0fb61a4d20).
---
 gnu/packages/attr.scm | 19 +++++--------------
 1 file changed, 5 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/attr.scm b/gnu/packages/attr.scm
index ff0a07a..3237376 100644
--- a/gnu/packages/attr.scm
+++ b/gnu/packages/attr.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2012 Nikita Karetnikov <address@hidden>
 ;;; Copyright © 2012, 2013, 2016 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2018 Mark H Weaver <address@hidden>
+;;; Copyright © 2019 Marius Bakke <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -29,28 +30,18 @@
 (define-public attr
   (package
     (name "attr")
-    (version "2.4.47")
+    (version "2.4.48")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://savannah/attr/attr-"
-                                  version ".src.tar.gz"))
+                                  version ".tar.gz"))
               (sha256
                (base32
-                "0nd8y0m6awc9ahv0ciiwf8gy54c8d3j51pw9xg7f7cn579jjyxr5"))))
+                "1rr4adzwax4bzr2c00f06zcsljv5y6p9wymz1g89ww7cb2rp5bay"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
        (modify-phases %standard-phases
-         (add-after 'configure 'patch-makefile-SHELL
-           (lambda _
-             (patch-makefile-SHELL "include/buildmacros")
-             #t))
-         (replace 'install
-           (lambda _
-             (invoke "make"
-                     "install"
-                     "install-lib"
-                     "install-dev")))
          (replace 'check
            (lambda* (#:key target #:allow-other-keys)
              ;; Use the right shell.
@@ -80,4 +71,4 @@
     (synopsis "Library and tools for manipulating extended attributes")
     (description
      "Portable library and tools for manipulating extended attributes.")
-    (license (list gpl2+ lgpl2.1+))))
+    (license lgpl2.1+)))



reply via email to

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