;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2022 Christopher Rodriguez ;;; Copyright © 2022 Liliana Marie Prikler ;;; ;;; This file is part of GNU Guix. ;;; ;;; GNU Guix is free software; you can redistribute it and/or modify it ;;; under the terms of the GNU General Public License as published by ;;; the Free Software Foundation; either version 3 of the License, or (at ;;; your option) any later version. ;;; ;;; GNU Guix is distributed in the hope that it will be useful, but ;;; WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; GNU General Public License for more details. ;;; ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see . (define-module (gnu packages bqn) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix gexp) #:use-module (guix packages) #:use-module (guix download) #:use-
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-23gnu: cmocka: Update to 1.1.1.Marius Bakke
* gnu/packages/check.scm (cmocka): Update to 1.1.1.
2017-07-23gnu: tdb: Update to 1.3.14.Marius Bakke
* gnu/packages/databases.scm (tdb): Update to 1.3.14.
2017-07-23gnu: python-scipy: Update to 0.19.1.Marius Bakke
* gnu/packages/python.scm (python-scipy): Update to 0.19.1. [source]: Use 'pypi-uri'.
2017-07-23gnu: python-matplotlib: Update to 2.0.2.Marius Bakke
* gnu/packages/python.scm (python-matplotlib): Update to 2.0.2. [source]: Use 'pypi-uri'.
2017-07-23gnu: python-pyparsing: Update to 2.2.0.Marius Bakke
* gnu/packages/python.scm (python-pyparsing, python2-pyparsing): Update to 2.2.0.
2017-07-23gnu: python-pyparsing: Use 'modify-phases' syntax.Marius Bakke
* gnu/packages/python.scm (python-pyparsing)[arguments]<#:phases>: Use 'modify-phases'.
2017-07-23gnu: Add xmobar.Oleg Pykhalov
gnu/packages/wm.scm (xmobar): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-07-23gnu: bash-completion: Update to 2.7.Efraim Flashner
* gnu/packages/bash.scm (bash-completion): Update to 2.7.
2017-07-22gnu: getmail: Update to 5.1.ng0
* gnu/packages/mail.scm (getmail): Update to 5.1. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-07-23gnu: metabat: Update to 2.11.1.Ben Woodcroft
* gnu/packages/bioinformatics.scm (metabat): Update to 2.11.1. [source]: Add patch to fix compilation. [arguments]: Adjust regular expressions modifying 'SConstruct'. * gnu/packages/patches/metabat-fix-compilation.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2017-07-23gnu: python-plastid: Update to 0.4.8.Ben Woodcroft
* gnu/packages/bioinformatics.scm (python-plastid): Update to 0.4.8.
2017-07-23gnu: bcftools: Update to 1.5.Ben Woodcroft
* gnu/packages/bioinformatics.scm (bcftools): Update to 1.5. [origin]: Remove fix-makefile patch. [arguments]: Add configure flags, add LIBS make flag. Do not delete configure phase. * gnu/packages/patches/bcftools-fix-makefile.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
2017-07-23gnu: samtools: Update to 1.5.Ben Woodcroft
* gnu/packages/bioinformatics.scm (samtools): Update to 1.5.
2017-07-23gnu: htslib: Update to 1.5.Ben Woodcroft
* gnu/packages/bioinformatics.scm (htslib): Update to 1.5.
2017-07-23gnu: python-pysam: Update to 0.11.2.2.Ben Woodcroft
* gnu/packages/bioinformatics.scm (python