From 86c3a506462f941a3590594bcf1e406e57012faa Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sat, 7 Sep 2019 19:08:29 +0200 Subject: gnu: nyacc: Update to 0.99.0. * gnu/packages/mes.scm (nyacc): Update to 0.99.0. --- gnu/packages/mes.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm index ae887fa24d..ef0717cc29 100644 --- a/gnu/packages/mes.scm +++ b/gnu/packages/mes.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2017,2018 Jan Nieuwenhuizen +;;; Copyright © 2017, 2018, 2019 Jan Nieuwenhuizen ;;; Copyright © 2017, 2018 Efraim Flashner ;;; Copyright © 2018 Tobias Geerinckx-Rice ;;; @@ -63,14 +63,14 @@ extensive examples, including parsers for the Javascript and C99 languages.") (define-public nyacc (package (inherit nyacc-0.86) - (version "0.94.0") + (version "0.99.0") (source (origin (method url-fetch) (uri (string-append "mirror://savannah/nyacc/nyacc-" version ".tar.gz")) (sha256 (base32 - "12qnzwm1n3j8z7hbr9hy2wka9a1aasm2rvnpnvdxkjcsbdzj8fn4")) + "0hl5qxx19i4x1r0839sxm19ziqq65g4hy97yik81cc2yb9yvgyv3")) (modules '((guix build utils))) (snippet '(begin -- cgit v1.2.3 10dccdf7fa31203b3bb2b4'>commitdiff
AgeCommit message (Expand)Author
2019-11-10gnu: qtwebkit: Don't use NAME in source URI....* gnu/packages/qt.scm (qtwebkit)[source]: Hard-code NAME. Tobias Geerinckx-Rice
2019-11-08gnu: Fix deprecation of monolithic Qt 5.x package....* gnu/packages/qt.scm (qt): Remove wrong quote. Hartmut Goebel
2019-11-01gnu: Deprecate monolithic Qt 5.x package....The monolithic package was not used except as a base for qt-4. Disband this relation and make qt-4 a complete independent package definition. Thus the monolithic package qt5 and be removed resp. deprecated. * gnu/packages/qt.scm (qt-4): Copy all relevant package definition parts from 'qt' and not longer inherit from 'qt'. (qt): Define as a deprecated alias for 'qtbase`. Hartmut Goebel
2019-11-01gnu: Remove qtdeclarative-render2d....This module has been merged into qtdeclarative as of Qt 5.8.0 and is not used anywhere. Hartmut Goebel
2019-09-24Merge branch 'master' into core-updatesLudovic Courtès
2019-09-22gnu: Add python-pyside-2-tools....* gnu/packages/qt.scm (python-pyside-2-tools): New variable. John Soo
2019-09-22gnu: Add python-pyside-2.... * gnu/packages/qt.scm (python-pyside-2): New variable. John Soo
2019-09-22gnu: Add python-shiboken-2....* gnu/packages/qt.scm (python-shiboken-2): New variable. John Soo
2019-09-06Merge branch 'master' into core-updatesMark H Weaver
2019-09-07gnu: qtwebkit: Disable non-x86 builds....* gnu/packages/qt.scm (qtwebkit)[supported-systems]: New field. Ludovic Courtès
2019-08-29Merge branch 'master' into core-updatesMark H Weaver
2019-08-29gnu: QtWebKit: Increase build timeout....* gnu/packages/qt.scm (qtwebkit)[properties]: New field. Marius Bakke
2019-07-22Merge branch 'master' into core-updatesMarius Bakke
2019-07-21gnu: qtwebkit: Update to 5.212.0-alpha3....* gnu/packages/qt.scm (qtwebkit): Update to 5.212.0-alpha3. Efraim Flashner
2019-07-16gnu: Qt@4: Build with GCC 5 and OpenSSL 1.0....* gnu/packages/qt.scm (qt-4)[inputs]: Replace OPENSSL with OPENSSL-1.0. [native-inputs]: Add GCC-5. Marius Bakke