diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2018-08-15 22:56:59 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2018-08-17 10:47:52 -0400 |
commit | b66741edc954f0a17f1ef567e8d612cac87c7b6a (patch) | |
tree | 243aa6209d251685fe84bbea17158e2fa4b2f460 /gnu/local.mk | |
parent | b98eace814cfdde9e8632e0556761a910d6c8e6b (diff) | |
download | guix-b66741edc954f0a17f1ef567e8d612cac87c7b6a.tar guix-b66741edc954f0a17f1ef567e8d612cac87c7b6a.tar.gz |
gnu: octave: Update to 4.4.1.
* gnu/packages/maths.scm (octave): Update to 4.4.1.
(qtoctave)[source]: Remove obsolete patch.
* gnu/packages/patches/qtoctave-qt-5.11-fix.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index fc674ffff7..aa5188faba 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1097,7 +1097,6 @@ dist_patch_DATA = \ %D%/packages/patches/qemu-glibc-2.27.patch \ %D%/packages/patches/qt4-ldflags.patch \ %D%/packages/patches/qtbase-use-TZDIR.patch \ - %D%/packages/patches/qtoctave-qt-5.11-fix.patch \ %D%/packages/patches/qtscript-disable-tests.patch \ %D%/packages/patches/quagga-reproducible-build.patch \ %D%/packages/patches/quickswitch-fix-dmenu-check.patch \ |