[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (f503cfc -> f161bd2)
From: |
guix-commits |
Subject: |
branch master updated (f503cfc -> f161bd2) |
Date: |
Mon, 26 Oct 2020 17:58:20 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from f503cfc build/maven-build-system: Return #t in fix-pom-files phase.
new a8c1eab gnu: Add guile-mkdir-p.
new e33c428 gnu: gdb: Add version 10.1.
new bb63839 gnu: mtools: Update to 4.0.25.
new aa73b41 gnu: Add bash-ctypes.
new 0be00ef gnu: Use prefix "license:" to import (guix licenses)
new d1ecb3b gnu: benchmark: Update to 1.5.2
new bdab33a gnu: audiofile: Add 'lint-hidden-cve' property.
new ab96f92 gnu: python-robotframework: Shorten patch file name.
new f161bd2 gnu: Remove unused patch.
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnu/local.mk | 5 +-
gnu/packages/audio.scm | 12 +
gnu/packages/bash.scm | 43 +++-
gnu/packages/benchmark.scm | 21 +-
gnu/packages/gdb.scm | 12 +-
gnu/packages/guile-xyz.scm | 39 +++
gnu/packages/mtools.scm | 4 +-
.../patches/benchmark-unbundle-googletest.patch | 69 -----
gnu/packages/patches/gdb-hurd.patch | 69 -----
...ml-bisect-fix-camlp4-in-another-directory.patch | 283 ---------------------
... python-robotframework-source-date-epoch.patch} | 0
gnu/packages/python-xyz.scm | 2 +-
12 files changed, 115 insertions(+), 444 deletions(-)
delete mode 100644 gnu/packages/patches/benchmark-unbundle-googletest.patch
delete mode 100644 gnu/packages/patches/gdb-hurd.patch
delete mode 100644
gnu/packages/patches/ocaml-bisect-fix-camlp4-in-another-directory.patch
rename
gnu/packages/patches/{python-robotframework-honor-source-date-epoch.patch =>
python-robotframework-source-date-epoch.patch} (100%)
- branch master updated (f503cfc -> f161bd2),
guix-commits <=
- 02/09: gnu: gdb: Add version 10.1., guix-commits, 2020/10/26
- 04/09: gnu: Add bash-ctypes., guix-commits, 2020/10/26
- 03/09: gnu: mtools: Update to 4.0.25., guix-commits, 2020/10/26
- 01/09: gnu: Add guile-mkdir-p., guix-commits, 2020/10/26
- 06/09: gnu: benchmark: Update to 1.5.2, guix-commits, 2020/10/26
- 08/09: gnu: python-robotframework: Shorten patch file name., guix-commits, 2020/10/26
- 05/09: gnu: Use prefix "license:" to import (guix licenses), guix-commits, 2020/10/26
- 07/09: gnu: audiofile: Add 'lint-hidden-cve' property., guix-commits, 2020/10/26
- 09/09: gnu: Remove unused patch., guix-commits, 2020/10/26