~ruther/guix-local

0a5c3087821a363b3b8ee26129af1f0434768f59 — Mark H Weaver 11 years ago 5245251
gnu: sharutils: Update to 4.15.

* gnu/packages/compression.scm (sharutils): Update to 4.15.
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/compression.scm
M gnu/packages/compression.scm => gnu/packages/compression.scm +3 -3
@@ 1,7 1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012, 2013, 2014, 2015 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2014 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
;;;
;;; This file is part of GNU Guix.


@@ 294,7 294,7 @@ archiving.  Lzip is a clean implementation of the LZMA algorithm.")
(define-public sharutils
  (package
    (name "sharutils")
    (version "4.14")
    (version "4.15")
    (source
     (origin
      (method url-fetch)


@@ 302,7 302,7 @@ archiving.  Lzip is a clean implementation of the LZMA algorithm.")
                          version ".tar.xz"))
      (sha256
       (base32
        "033sq1v0cp0bi1mp320xaqwd4fhakqc5747hh6qa1asjrzpqiqza"))))
        "19gqb6qbqmpgh6xlpgpj0ayw2nshllxg9d01qb5z8bnkhfcla8ka"))))
    (build-system gnu-build-system)
    (inputs
     `(("which" ,which)))