diff options
Diffstat (limited to 'gnu/packages/base.scm')
| -rw-r--r-- | gnu/packages/base.scm | 21 | 
1 files changed, 6 insertions, 15 deletions
| diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index e6628277a6..3c6b189120 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm @@ -74,14 +74,14 @@ command-line arguments, multiple languages, and so on.")  (define-public grep    (package     (name "grep") -   (version "2.22") +   (version "2.23")     (source (origin              (method url-fetch)              (uri (string-append "mirror://gnu/grep/grep-"                                  version ".tar.xz"))              (sha256               (base32 -              "1srn321x7whlhs5ks36zlcrrmj4iahll8fxwsh1vbz3v04px54fa")) +              "1kvflnraswy6mz3dbxs9m4aqgqf9603z63l2140ph5yfw674gz2l"))              (patches               (list (search-patch "grep-timing-sensitive-test.patch")))))     (build-system gnu-build-system) @@ -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! @@ -355,14 +346,14 @@ change.  GNU make offers many powerful extensions over the standard utility.")  (define-public binutils    (package     (name "binutils") -   (version "2.25.1") +   (version "2.26")     (source (origin              (method url-fetch)              (uri (string-append "mirror://gnu/binutils/binutils-"                                  version ".tar.bz2"))              (sha256               (base32 -              "08lzmhidzc16af1zbx34f8cy4z7mzrswpdbhrb8shy3xxpflmcdm")) +              "1ngc2h3knhiw8s22l8y6afycfaxr5grviqy7mwvm4bsl14cf9b62"))              (patches (list (search-patch "binutils-ld-new-dtags.patch")                             (search-patch "binutils-loongson-workaround.patch")))))     (build-system gnu-build-system) | 
