summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-02-17 23:28:16 +0200
committerEfraim Flashner <efraim@flashner.co.il>2016-02-18 07:48:10 +0200
commit10baeb35dedbe2a7b8de09fce2f5966ed8f569a9 (patch)
tree70707d330cb89f0ce29d87c3fcf711ce41323239 /gnu
parent5d9356f0fe67e679e35b92b5020a4a7b850af81c (diff)
downloadguix-patches-10baeb35dedbe2a7b8de09fce2f5966ed8f569a9.tar
guix-patches-10baeb35dedbe2a7b8de09fce2f5966ed8f569a9.tar.gz
gnu: coreutils: Update to 8.25.
* gnu/packages/base.scm (coreutils): Update to 8.25. [source]: Remove patch.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/base.scm13
1 files changed, 2 insertions, 11 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index b4bebaa527..0b07ea196d 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -245,23 +245,14 @@ used to apply commands with arbitrarily long arguments.")
(define-public coreutils
(package
(name "coreutils")
- (version "8.24")
+ (version "8.25")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/coreutils/coreutils-"
version ".tar.xz"))
(sha256
(base32
- "0w11jw3fb5sslf0f72kxy7llxgk1ia3a6bcw0c9kmvxrlj355mx2"))
- (patches
- (list (origin
- (method url-fetch)
- (uri "http://git.savannah.gnu.org/cgit/coreutils.git/\
-patch/?id=3ba68f9e64fa2eb8af22d510437a0c6441feb5e0")
- (sha256
- (base32
- "1dnlszhc8lihhg801i9sz896mlrgfsjfcz62636prb27k5hmixqz"))
- (file-name "coreutils-tail-inotify-race.patch"))))))
+ "11yfrnb94xzmvi4lhclkcmkqsbhww64wf234ya1aacjvg82prrii"))))
(build-system gnu-build-system)
(inputs `(("acl" ,acl) ; TODO: add SELinux
("gmp" ,gmp) ;bignums in 'expr', yay!