diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2018-09-22 08:19:09 +1000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2018-09-22 09:16:47 +1000 |
commit | 05fb1e0017030f1c0cbc7e9a1adeccca57ef1d9d (patch) | |
tree | 8d6f02eee6074d0243589ea5a6939a0bfcac06f4 /gnu/local.mk | |
parent | 78b7b9dbe9098c9c47c7acba363223bb6c5bb1c8 (diff) | |
download | guix-05fb1e0017030f1c0cbc7e9a1adeccca57ef1d9d.tar guix-05fb1e0017030f1c0cbc7e9a1adeccca57ef1d9d.tar.gz |
gnu: hmmer: Update to 3.2.1.
* gnu/packages/bioinformatics.scm (hmmer): Update to 3.2.1.
[origin]: Remove patch.
[license]: Change to BSD-3.
[supported-systems]: New field.
* gnu/packages/patches/hmmer-remove-cpu-specificity.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 4097ad5fcd..daf96ea4b6 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -805,7 +805,6 @@ dist_patch_DATA = \ %D%/packages/patches/hdf-eos5-remove-gctp.patch \ %D%/packages/patches/hdf-eos5-fix-szip.patch \ %D%/packages/patches/hdf-eos5-fortrantests.patch \ - %D%/packages/patches/hmmer-remove-cpu-specificity.patch \ %D%/packages/patches/higan-remove-march-native-flag.patch \ %D%/packages/patches/hubbub-sort-entities.patch \ %D%/packages/patches/hurd-fix-eth-multiplexer-dependency.patch \ |