3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

388 commits

Author SHA1 Message Date
Frederik Rietdijk 419bc0a4cd Revert "Revert "Merge master into staging-next""
In 87a19e9048 I merged staging-next into master using the GitHub gui as intended.
In ac241fb7a5 I merged master into staging-next for the next staging cycle, however, I accidentally pushed it to master.
Thinking this may cause trouble, I reverted it in 0be87c7979. This was however wrong, as it "removed" master.

This reverts commit 0be87c7979.
2020-02-05 19:41:25 +01:00
Frederik Rietdijk 0be87c7979 Revert "Merge master into staging-next"
I merged master into staging-next but accidentally pushed it to master.
This should get us back to 87a19e9048.

This reverts commit ac241fb7a5, reversing
changes made to 76a439239e.
2020-02-05 19:18:35 +01:00
R. RyanTM 3c54ae5679 SPAdes: 3.13.1 -> 3.14.0 2020-02-04 16:40:50 +00:00
R. RyanTM 42fff82421 seaview: 4.7 -> 5.0 2020-01-30 08:26:52 +00:00
Silvan Mosberger 80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
Justin Bedo 7f142260d3 manta: init 1.6.0 2020-01-24 02:02:19 -08:00
Ryan Mulligan a6dc361cae
Merge pull request #78261 from r-ryantm/auto-update/picard-tools
picard-tools: 2.21.3 -> 2.21.6
2020-01-22 16:18:57 -08:00
Patrick Hilhorst 593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
R. RyanTM fff7a7a862 picard-tools: 2.21.3 -> 2.21.6 2020-01-22 10:12:28 +00:00
Jonathan Ringer 4de137a77d samtools: 1.9 -> 1.10 2020-01-19 13:13:01 -08:00
Jonathan Ringer 5961f211f3 python.pkgs wide: fix problematic urls 2020-01-10 21:02:12 -08:00
Bruno Bzeznik f7a4e4a93a bayescan: init at 2.1 (#68191)
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-01-09 12:38:53 -05:00
Luis Pedro Coelho fdfebafc10 blast: init at 2.10.0 (#61430)
Co-authored-by: Pavel Chuprikov <pschuprikov@gmail.com>
2020-01-07 20:14:18 +01:00
R. RyanTM 4bc4c70bc6 last: 1042 -> 1045 2020-01-06 11:46:28 -08:00
Frederik Rietdijk 7aa2b0215b Merge master into staging-next 2020-01-03 10:25:14 +01:00
Ryan Mulligan ec29bb50bf
Merge pull request #76208 from r-ryantm/auto-update/bcftools
bcftools: 1.9 -> 1.10.2
2020-01-02 16:42:27 -08:00
Frederik Rietdijk 6d059becd3 Merge gcc-9 into staging (#68029) 2019-12-30 16:38:38 +01:00
Merijn Broeren 133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Franz Pletz a88fc6be6d
strelka: fix build w/ gcc9 2019-12-30 03:18:19 +01:00
Frederik Rietdijk eda01862c4
Merge pull request #75900 from jbedo/tebreak
Tebreak, minia, last, bx-python, python-lzo
2019-12-29 10:24:31 +01:00
Justin Bedo 11460d4cac
tebreak: init at 1.0 2019-12-29 17:16:10 +11:00
Franz Pletz 77b6c3cd06
Merge remote-tracking branch 'origin/master' into gcc-9 2019-12-26 14:17:36 +01:00
R. RyanTM c905a6da5a bcftools: 1.9 -> 1.10.2 2019-12-22 20:00:29 -08:00
Justin Bedo 2191912274
minia: init at 3.2.1 2019-12-20 11:27:04 +11:00
Justin Bedo 6741cff527
last: init at 1042 2019-12-20 11:27:02 +11:00
Justin Bedo 28a057a56b
bedtools: 2.29.1 -> 2.29.2 2019-12-18 10:39:25 +11:00
Mario Rodas 5e5ce79db4
Merge pull request #75807 from jbedo/strelka
strelka: fix broken build
2019-12-16 23:52:35 -05:00
Justin Bedo c3f09c33eb
strelka: fix broken build 2019-12-17 11:20:32 +11:00
Justin Bedo 50fbca4bfc
bedtools: fix clang builds 2019-12-11 09:27:57 +11:00
Justin Bedo 592d288aa2
bedtools: 2.29.0 -> 2.29.1 2019-12-10 13:24:27 +11:00
Renato Alves e18fb092f1 kssd: init at 1.0 2019-12-08 16:48:59 +01:00
scalavision 3dfabd6eff svaba: init at 1.1.0 2019-12-08 14:51:05 +01:00
Mario Rodas 835705d11b
Merge pull request #75095 from tbenst/bftools
bftools: 5.9.2 -> 6.3.0
2019-12-07 03:06:00 -05:00
Tyler Benster 2700559bdc bftools: 5.9.2 -> 6.3.0 2019-12-06 02:11:00 -08:00
R. RyanTM 605e88517b paml: 4.9i -> 4.9j 2019-12-01 18:43:58 +01:00
R. RyanTM da09e1e772 kallisto: 0.46.0 -> 0.46.1 (#74430) 2019-11-30 21:12:54 +01:00
R. RyanTM 98e0ead3ba picard-tools: 2.21.1 -> 2.21.3 (#74528) 2019-11-30 16:24:44 +01:00
R. RyanTM 6563dd3351 hmmer: 3.2.1 -> 3.3 2019-11-27 18:40:23 -08:00
Kai Wohlfahrt 6b2504f9f2 freebayes: 2017-08-23 -> 1.3.1 (2019-06-03) 2019-11-20 09:10:31 -08:00
Ben Darwin 736860d34b nifticlib and niftseg: change platform from linux to unix since these build on OSX 2019-11-14 21:25:10 -05:00
Franz Pletz 8dca8b9ccb
Merge remote-tracking branch 'origin/master' into gcc-9 2019-11-05 01:07:22 +01:00
scalavision d9b40f6397 deeptools: init at 3.3.1 2019-11-04 02:42:36 -08:00
Franz Pletz 6b10b78872
Merge remote-tracking branch 'origin/master' into gcc-9 2019-11-03 14:44:12 +01:00
Franz Pletz 8e63a6cd13
niftyreg: fix build with gcc9 2019-11-03 14:43:37 +01:00
R. RyanTM 28b0a6a9e0 star: 2.7.2b -> 2.7.3a 2019-11-03 10:23:05 +01:00
Franz Pletz e39773fe5b
megahit: 1.1.4 -> 1.2.9 2019-11-02 15:53:57 +01:00
Ben Darwin ddc2955ad9 EZminc: 2017-08-29 -> 2019-07-25; mark unbroken 2019-10-26 09:55:30 -07:00
scalavision 535a7006ea truvari: init at 1.3.2 (#70877)
pythonPackages.pyvcf: init at 0.6.8
2019-10-24 17:06:42 -04:00
R. RyanTM b8acb48b24 picard-tools: 2.20.8 -> 2.21.1 (#71748)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/picard-tools/versions
2019-10-23 09:34:40 +02:00
R. RyanTM a9551de99a dcm2niix: 1.0.20190410 -> 1.0.20190902
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dcm2niix/versions
2019-10-22 16:31:19 -07:00