aboutsummaryrefslogtreecommitdiff
path: root/nix/libutil/types.hh
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 10:10:18 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:09 -0500
commitad128630cb91f763f6f4c8003297e6bb3cf696c6 (patch)
treeb9f790a0bf8fa27594e137e4cd9f1d7c753f7811 /nix/libutil/types.hh
parent0841b6f248f6099bdc9b127bc7b34afed62ca6b4 (diff)
downloadguix-ad128630cb91f763f6f4c8003297e6bb3cf696c6.tar.gz
guix-ad128630cb91f763f6f4c8003297e6bb3cf696c6.zip
gnu: ghc-hspec-meta: Update to 2.6.0.
* gnu/packages/haskell-check.scm (ghc-hspec-meta): Update to 2.6.0. [inputs]: Remove 'ghc-async' and add 'ghc-clock'.
Diffstat (limited to 'nix/libutil/types.hh')
0 files changed, 0 insertions, 0 deletions
0 22:29:14 +0100'>2021-03-20gnu-maintenance: Accept underscores as package/version separators....Fixes <https://bugs.gnu.org/47256>. Reported by Léo Le Bouter <lle-bout@zaclys.net>. * guix/gnu-maintenance.scm (%tarball-rx, %package-name-rx): Accept underscore as the package/version separator in tarball names. * tests/gnu-maintenance.scm ("release-file?"): Add "mediainfo" test. Ludovic Courtès