3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

29606 commits

Author SHA1 Message Date
Jörg Thalheim 2a42b45105 Merge pull request #25103 from Hodapp87/google_cloud_print
cloud-print-connector: init at unstable-2017-01-19
2017-05-20 18:23:12 +01:00
Jörg Thalheim 6e67547c94 Merge pull request #25086 from matthiasbeyer/add-madonctl
madonctl: init at 0.1.0
2017-05-20 18:07:25 +01:00
Tuomas Tynkkynen de263072b5 kernel: 4.10 is end-of-life
https://lkml.org/lkml/2017/5/20/75
2017-05-20 19:54:18 +03:00
Jörg Thalheim 196fa7e70d Merge pull request #25761 from Ma27/new-package/i3lock-pixeled
i3lock-pixeled: init at 1.1.0
2017-05-20 17:46:57 +01:00
Jörg Thalheim ea706bd98b Merge pull request #25231 from veprbl/root_6.09.02
root: 6.08.02 -> 6.09.02
2017-05-20 17:37:43 +01:00
leenaars 92964a2ea8 srcml: init at 0.9.5 (#25395) 2017-05-20 17:23:55 +01:00
Venkateswara Rao Mandela 3b69497bb1 git-series: init at 0.9.1
git series tracks changes to a patch series over time. git series also
tracks a cover letter for the patch series, formats the series for
email, and prepares pull requests.

https://github.com/git-series/git-series
2017-05-20 16:00:31 +00:00
Piotr Bogdan 95c158dbf8 tcptraceroute: init at 1.5beta7 2017-05-20 16:21:51 +01:00
Hugo Tavares Reis e3de736b9b terraform-inventory: init at 0.7-pre 2017-05-20 16:17:24 +02:00
Antoine Eiche 9694567ac9
pythonPackages.pika-pool: init at 0.1.3
fixes #25750
2017-05-20 15:03:45 +01:00
Jörg Thalheim c1a5754b67 Merge pull request #25751 from nlewo/pr/rfc3986
pythonPackages.rfc3986: 0.2.2 -> 0.4.1
2017-05-20 14:59:43 +01:00
ryneeverett 34bdf451c3 lxpanel: init at 0.9.3
[Bjørn: break overlong lines.]
2017-05-20 15:41:09 +02:00
Jörg Thalheim c14109c170 Merge pull request #25879 from mlieberman85/add-kafka
confluent-kafka: init at 0.9.4
2017-05-20 12:36:08 +01:00
Valérian Galliat 330048e40c timelapse-deflicker: init at 142acd1 (#25904)
* timelapse-deflicker: init at 142acd1

* timelapse-deflicker: nitpicks

* Add myself as a maintainer
2017-05-20 12:33:28 +01:00
Robin Gloster c9f3893451
despotify: remove
broken and doesn't build with openssl 1.1
2017-05-20 13:22:58 +02:00
Unai Zalakain c3cbbd09a0 metar: init at 20161013.1 2017-05-20 11:58:03 +02:00
Jörg Thalheim 78c409d44d Merge pull request #25860 from pjones/pjones/mynewt-newt
mynewt-newt: init at 1.0.0
2017-05-20 10:40:25 +01:00
risicle 9d86b49f2a python metaphone: init at 0.6 (#25868)
* metaphone: init at 0.6

* metaphone: add self as maintainer
2017-05-20 10:30:10 +01:00
Unai Zalakain 610c27ca64 pysrt: init at 1.1.1 2017-05-20 10:56:42 +02:00
Jörg Thalheim 7c9437104a Merge pull request #25925 from selaux/networkmanager_fortisslvpn
networkmanager_fortisslvpn: init at 1.2.4
2017-05-20 09:18:22 +01:00
Jens Binkert 72589c9d30 Typora: init at 0.9.29 (#25899)
* Typora: init at 0.9.29

* typora: adapt description
2017-05-20 08:52:11 +01:00
Unai Zalakain f76ce5983d rarfile: 2.6 -> 3.0 (#25885)
* rarfile: 2.6 -> 3.0

* rarfile: enable tests
2017-05-20 08:19:40 +01:00
Protean Security d89aaca611 tcpreplay: init at 4.2.5 (#25891)
* tcpreplay: init at 4.2.5

* fix the license meta info

* tcpreplay: use bsd3 license from lib.licenses
2017-05-20 07:51:36 +01:00
John Ericson 7e096024d7 glibc: Fix for cross 2017-05-19 18:44:24 -04:00
Shea Levy b71b7ee622 fetchFromGitHub: Allow private repos, hosted githubs 2017-05-19 15:38:01 -04:00
Robert Helgesson 0fbc6630a3
perl-Socket6: 0.25 -> 0.28 2017-05-19 20:33:13 +02:00
Luke Gorrie 31e32f2809
perlPackages.NetPatricia and perlPackages.NetCIDRLite (new) 2017-05-19 20:16:08 +02:00
Michael Lieberman d0d30df446 confluent-kafka: init at 0.9.4
Disabled tests for python 3 since the 0.9.4 release has failing tests
when run under python 3.
2017-05-19 13:58:57 -04:00
Stefan Lau a3696aa090 networkmanager_fortisslvpn: init at 1.2.4 2017-05-19 19:18:30 +02:00
Frederik Rietdijk acd32a4caf Python: set DETERMINISTIC_BUILD and PYTHONHASHSEED in setupHook
The Python interpreters are patched so they can build .pyc bytecode free
of certain indeterminism.

When building Python packages we currently set

```
compiling python files.
in nix store.
DETERMINISTIC_BUILD=1;
PYTHONHASHSEED = 0;
```

Instead if setting these environment variables in the function that
builds the package, this commit sets the variables instead in the Python
setup hook. That way, whenever Python is included in a derivation, these
variables are set.

See also the issue https://github.com/NixOS/nixpkgs/issues/25707.
2017-05-19 16:28:11 +02:00
Jörg Thalheim db70f2958a Merge pull request #25580 from davidak/bcachefs-tools
bcachefs-tools: init at a588eb0
2017-05-19 13:16:58 +01:00
Frederik Rietdijk 61451f1011 Merge pull request #25870 from risicle/pyproj-tests
pyproj: enable tests, use bundled proj by default
2017-05-19 12:46:10 +02:00
Vladimír Čunát 5aa530f2a8
Merge branch 'master' into staging
A few thousand rebuilds from master.
2017-05-19 08:57:59 +02:00
Jörg Thalheim 28f8e5b95d Merge pull request #25760 from georgewhewell/fwup
fwup: init at 0.14.2
2017-05-19 07:03:06 +01:00
Nikolay Amiantov 030862f63c linuxPackages.evdi: init at 1.4.1 2017-05-19 02:53:09 +03:00
Nikolay Amiantov e17744067a displaylink: 1.1.62 -> 1.3.52 2017-05-19 02:51:45 +03:00
John Ericson f6863bcf7a Merge pull request #25895 from obsidiansystems/cross-tests
release-cross: Do a recursive union to make sure we don't loose tests
2017-05-18 10:57:27 -04:00
John Ericson df91297181 release-cross: Do a recursive union to make sure we don't loose tests 2017-05-18 10:41:58 -04:00
Vladimír Čunát e9aeb55f3b
Merge branch 'master' into staging 2017-05-18 11:24:18 +02:00
Jörg Thalheim eda502d143 Merge pull request #25847 from aneeshusa/update-icdiff-to-1.9.0
icdiff: 1.7.3 -> 1.9.0
2017-05-18 06:50:22 +01:00
John Ericson afec912d81 Merge pull request #25867 from obsidiansystems/ghc-deps-cross
Fix cross compilation of some GHC deps
2017-05-17 19:09:00 -04:00
John Ericson 2601a80639 release-cross: Make tests more uniform
Fewer packages are only built on one platform. Eventually we should
have each package encode its own requirements on build host and target
(as we do for build already) and use that to test automatically.
2017-05-17 18:54:31 -04:00
Robert Scott d4c106f5b4 pyproj: enable tests, use bundled proj by default 2017-05-17 22:40:07 +01:00
John Ericson bec5ffee15 Merge pull request #25232 from obsidiansystems/cross-binutils
Cross binutils
2017-05-17 16:34:56 -04:00
Daiderd Jordan fcbb9b3243 Merge pull request #25837 from czyzykowski/v8-on-osx
v8: fixes darwin build
2017-05-17 21:54:43 +02:00
Lukasz Czyzykowski 3de66330cd v8: fixes build on darwin
v8 compilation on macOS was failing because of missing dependency and
wrong linker. The approach to make it work is similar to the nodejs
package.
2017-05-17 21:50:49 +02:00
John Ericson d34079c2d9 release-cross: Add arms test from Darwin for binutils
This does a decent job of testing everything in this PR up to here.
2017-05-17 15:33:05 -04:00
John Ericson 88ea6463a3 binutils on darwin: Clean up the rats nest
- No more *Cross duplication for binutils on darwin either.
   `cctools_cross` is merged into plain `cctools`, so `buildPackages`
   chains alone are used to disambiguate.

 - Always use a mashup of cctools and actual GNU Binutils as `binutils`.
   Previously, this was only done in the native case as nobody had
   bothered to implement the masher in the cross case. Implemented it
   basically consisted of extending the wrapper to deal with prefixed
   binaries.
2017-05-17 15:33:05 -04:00
John Ericson f2e2463367 Merge pull request #25866 from obsidiansystems/linux-headers-cross
linuxHeadersCross: Remove and just use `linuxHeaders`
2017-05-17 15:29:58 -04:00
John Ericson f0e1907bee linuxHeadersCross: Remove and just use linuxHeaders 2017-05-17 15:06:09 -04:00
Robert Helgesson 23f6332634
perl-PPI: 1.220 -> 1.224 2017-05-17 20:42:19 +02:00
John Ericson 6d599b791e Merge pull request #25859 from Ericson2314/platform-normalize
lib platform parsing: Fix windows support to conform to LLVM, take 2
2017-05-17 13:26:23 -04:00
Peter Jones f326caaeea
mynewt-newt: init at 1.0.0
Add package for mynewt-newt build manager.
2017-05-17 09:30:12 -07:00
John Ericson f3c989babd Merge pull request #25196 from Ericson2314/recursive-platform-tests
lib: Consolidate tests into one meta job
2017-05-17 11:31:57 -04:00
John Ericson 371ebc89ca lib platform parsing: Fix windows support to conform to LLVM, take 2
Second attempt at pull request #25275

This reverts commit b70924bd80,
reapplying 2282a5774c
2017-05-17 11:16:00 -04:00
John Ericson 296753f094 lib: Consolidate tests into one meta job 2017-05-17 11:14:59 -04:00
Maximilian Bosch 1e317150ef
i3lock-pixeled: init at 1.1.0 2017-05-17 16:15:55 +02:00
Aneesh Agrawal e75297abba icdiff: 1.7.3 -> 1.9.0
Also move to all-packages.nix,
because it is an application and not a library.
2017-05-17 03:12:14 -04:00
Jörg Thalheim d582db0618 Merge pull request #25811 from mimadrid/update/ripgrep-0.5.2
ripgrep: 0.5.1 -> 0.5.2
2017-05-16 20:15:34 +01:00
Vladimír Čunát 515414ed32
Merge branch 'master' into staging 2017-05-16 18:32:43 +02:00
Théo Zimmermann 5f04a61d4f coq: default version is the one of coqPackages
This clean-up is supposed to avoid the mistake made in 83a50c2 and fixed in 6b8da80 in the future.
2017-05-16 13:52:53 +02:00
Profpatsch 685bfcee63 fira-code-symbols: init at 20160811 2017-05-16 13:50:31 +02:00
Frederik Rietdijk ea2c573b3b python.pkgs.scipy: move expression and keep only a single version 2017-05-16 13:37:01 +02:00
Frederik Rietdijk c9b4a2f319 python.pkgs.numpy: move and get rid of multiple versions 2017-05-16 13:37:01 +02:00
Frederik Rietdijk 50fb47df49 pythonPackages.cython: disable tests temporarily 2017-05-16 13:37:01 +02:00
Frederik Rietdijk b78940b850 pythonPackages.numpy: 1.11.3 -> 1.12.1 2017-05-16 13:37:01 +02:00
Frederik Rietdijk 9d5038e326 pythonPackages.scipy: 0.18.1 -> 0.19.0 2017-05-16 13:37:01 +02:00
Théo Zimmermann 6b8da80466 coqPackages: default version 8.4pl6 -> 8.6
This fixes incomplete commit 83a50c2.
2017-05-16 13:22:25 +02:00
Jaakko Luttinen 43941da859
pythonPackages.PyRSS2Gen: fix sha256
The old hash caused version 1.0 version to be installed instead of 1.1, for some
reason.
2017-05-16 10:43:53 +03:00
Masayuki Takeda 1aaeb94855 3to2: init at 1.1.1 (#25202)
* 3to2: init at 1.1.1

* add myself to maintainer list

* add mt-caret as maintainer
2017-05-16 08:40:36 +02:00
Jörg Thalheim d83f1bfed5 Merge pull request #25788 from Mic92/metasploit
metasploit: 3.3.1 -> 4.14.17
2017-05-15 21:50:26 +01:00
Jörg Thalheim ec6e29fa69
msf: add metasploit alias 2017-05-15 21:48:13 +01:00
mimadrid b8e629e664
rustRegistry: 2017-05-03 -> 2017-05-15 2017-05-15 20:15:31 +02:00
Daiderd Jordan e5a4da2ab8 python-pytest-xdist: fix tests 2017-05-15 14:14:51 +02:00
Tuomas Tynkkynen a35ec5dda6 linux_rpi: 1.20170303 -> 1.20170427 2017-05-15 11:14:59 +03:00
Peter Simons fc0543cd88 cabal2nix: include nix in the generated wrapper to ensure that nix-prefetch-url is in $PATH
Fixes https://github.com/NixOS/nixpkgs/issues/25718.
2017-05-15 09:35:44 +02:00
Frederik Rietdijk 8b647e991f Merge pull request #25563 from jluttine/add-piexif
pythonPackages.piexif: init at 1.0.12
2017-05-15 08:48:30 +02:00
Frederik Rietdijk 9468764b15 Merge pull request #25609 from jluttine/add-nbstripout
nbstripout: init at 0.3.0
2017-05-15 08:47:12 +02:00
Pascal Wittmann 044063666e Merge pull request #25736 from dbrock/seth
seth: init at 0.5.0
2017-05-15 07:59:51 +02:00
Daniel Brockman ff3baddbd5 seth: init at 0.5.0 2017-05-15 00:27:02 +02:00
Jaakko Luttinen 8a68e4c7f6 pythonPackages.natsort: 5.0.1 -> 5.0.3
* pythonPackages.natsort: refactor config

* pythonPackages.natsort: 5.0.1 -> 5.0.3

* pythonPackages.natsort: fix broken
2017-05-14 20:05:50 +02:00
Tuomas Tynkkynen beb43a651c Merge remote-tracking branch 'upstream/master' into staging 2017-05-14 14:24:20 +03:00
georgewhewell a06781877f fwup: init at 0.14.2 2017-05-13 18:22:10 +01:00
Jörg Thalheim 9237fdd1d0
openbrf: fix build 2017-05-13 09:38:59 +01:00
Jörg Thalheim ae12ded6bf Merge pull request #25381 from sargon/nullmailer
nullmailer + service: init at 2.0
2017-05-13 07:13:07 +01:00
Antoine Eiche f97180c012 pythonPackages.rfc3986: 0.2.2 -> 0.4.1 2017-05-13 00:11:48 +02:00
Jörg Thalheim e8880627e8
Whoosh: fix python3.6
fixes #25745
2017-05-12 20:37:48 +01:00
Matthew Daiter 093130f802 openmvs: init at current master (#25672)
* openmvs: init at current master

* openmvs: simplify expression

* openmvs: init at unstable-2017-05-01
2017-05-12 20:07:11 +01:00
Vladimír Čunát 51e0f8f759
Merge branch 'master' into staging
Some more larger rebuilds from master.
2017-05-12 12:03:37 +02:00
gnidorah 7da0b964de libao: build both pulse and alsa drivers 2017-05-12 12:23:56 +03:00
Peter Hoeg e25665591b qsyncthingtray: build with qt 5.6 2017-05-12 16:45:43 +08:00
Peter Hoeg 49d3b432c3 docker: fix reference to unknown attribute 2017-05-12 11:12:52 +08:00
Daiderd Jordan 4005d8a26d
python-flake8: 3.2.1 -> 3.3.0 2017-05-11 23:07:46 +02:00
Daiderd Jordan af14949b08
python-mccabe: 0.5.3 -> 0.6.1 2017-05-11 23:07:45 +02:00
Daiderd Jordan 00df7774e8
python-pyflakes: 1.3.0 -> 1.5.0
Fixes #25678
2017-05-11 23:07:30 +02:00
Jörg Thalheim 3dc109cbc2
blueman: use wrapGAppsHook 2017-05-11 20:34:51 +01:00
Tim Steinbach de9c869df2 Merge pull request #25579 from vdemeester/docker-edge-update-17.05
docker-edge: 17.04 to 17.05
2017-05-11 12:49:37 -04:00
Frederik Rietdijk 18bad38d3d pythonPackages.callPackage to make it easier to call expressions that take many python packages 2017-05-11 14:15:42 +02:00
Peter Hoeg 48192c65c3 partition-manager: init at 3.0.1
Includes kpmcore 3.0.3
2017-05-11 19:07:44 +08:00
Peter Hoeg 9498f5ca5f krusader: 2.4.0-beta1 -> 2.6.0
Fixes #22952
2017-05-11 18:13:39 +08:00
Peter Hoeg b07e04882e k3b: 2.0.3a -> 17.04.0 2017-05-11 17:36:47 +08:00
Dan Peebles bd831b4a07 flamegraph: 182b24fb -> 6b2a446d
Also, add a more predictable alias to all-packages.nix
2017-05-11 01:28:44 -04:00
Johannes Bornhold 0afb6d789c pytest_xdist: 1.8 -> 1.14 2017-05-10 14:52:51 +02:00
Johannes Bornhold e6f50214ed freezegun: 0.3.5 -> 0.3.8 2017-05-10 14:52:42 +02:00
Johannes Bornhold c8301a813b pytestcov: 2.3.1 -> 2.4.0 2017-05-10 14:52:22 +02:00
Vincent Laporte 0a4da64cad ocamlPackages.octavius: init at 0.2.0
Octavius is a library to parse the ocamldoc comment syntax.
2017-05-10 06:36:39 +00:00
Franz Pletz f2e100ca85 Merge pull request #25616 from Ma27/package/activator/remove
activator: remove package from package-set
2017-05-10 03:30:51 +02:00
Vladimír Čunát 8b01ec9a9e
Merge branch 'master' into staging 2017-05-10 00:54:53 +02:00
davidak 26294f40c3 bcachefs-tools: init at a588eb0 2017-05-10 00:22:33 +02:00
Jaakko Luttinen 976d811ad4
pythonPackages.piexif: init at 1.0.12 2017-05-09 20:22:36 +03:00
Daiderd Jordan 0d6d47edd1 Merge pull request #25568 from sigma/pr/go-1.8.1
go: 1.8 -> 1.8.1
2017-05-09 18:44:12 +02:00
Pascal Wittmann a913e8c3fa Merge pull request #25634 from ericsagnes/pkg-new/gnu-cobol
gnu-cobol: init at 2.0rc-2
2017-05-09 14:40:31 +02:00
Eric Sagnes bd03033b49 gnu-cobol: init at 2.0rc-2 2017-05-09 19:03:41 +09:00
Vincent Demeester 398f6ed7d3
docker-edge: 17.04 to 17.05
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-05-09 10:11:05 +02:00
Jörg Thalheim f4dd7f9a3b Merge pull request #25515 from league/zsh-git-prompt
zsh-git-prompt: Init at 0.5
2017-05-09 08:54:41 +01:00
Jörg Thalheim 0e6950ded6 Merge pull request #25608 from 8573/8573/pkg/add/rust/staccato/1
staccato: init at 0.1.6
2017-05-09 08:42:27 +01:00
Pascal Wittmann f80d789764 Merge pull request #25618 from k0ral/nixos-unstable
glances: 2.8.2 -> 2.9.1
2017-05-09 07:28:12 +02:00
Joachim Fasting a7ecdffc28
linux_hardened: move to 4.11
Note that DEBUG_RODATA has been split into STRICT_KERNEL_RWX &
STRICT_MODULE_RWX, which are on by default (non-optional).
2017-05-09 01:38:22 +02:00
koral 1e6322814d glances: 2.8.2 -> 2.9.1 2017-05-08 19:56:15 +02:00
Maximilian Bosch 25a3563102
activator: remove package from package-set
the typesafe activator is about to reach end of life at the end of this
month (2017-05) and the servers will be decommissioned at the ond of 2017.

See http://www.lightbend.com/community/core-tools/activator-and-sbt for
and the project's readme
(https://github.com/typesafehub/activator/blob/master/README.md) for further reference.
2017-05-08 19:02:25 +02:00
Jaakko Luttinen 1745b7e949
nbstripout: init at 0.3.0 2017-05-08 18:58:37 +03:00
Yann Hodique 19ebff1d95 go: 1.7.4 -> 1.7.5 2017-05-08 13:14:46 +02:00
Jaakko Luttinen f303480f1f
pythonPackages.pytest-cram: init at 0.1.1 2017-05-08 11:30:06 +03:00
Jaakko Luttinen 4a89ab35ee
pythonPackages.cram: init at 0.7 2017-05-08 11:14:40 +03:00
Bo Bakker 6d598fccce hpx: init at 1.0.0 2017-05-08 10:05:30 +02:00
c74d 7cf29e1305 staccato: init at 0.1.6
Add the package `staccato`, "a command line program that lets you
compute statistics from values from a file or standard input".

I have tested this change per nixpkgs manual section 13.1 ("Making
patches").
2017-05-08 07:03:10 +00:00
Christopher League 7c185d4af9 zsh-git-prompt: Init at 0.5
This is a plugin of sorts for your `.zshrc` that can add status
information about the current git repository to your prompt. By
default it uses a python script and is thus easy on the dependencies
and not really worth packaging. But there's also a Haskell
implementation. I set it up sometime back, but then it died when the
libgmp version it was compiled with disappeared in a garbage
collection. So I decided that the Haskell version of zsh-git-prompt
might be worth packaging after all.
2017-05-07 21:09:15 -04:00
Frederik Rietdijk 2f3cfe696b pythonPackages.pygments: move expression to own file 2017-05-07 22:23:32 +02:00
Frederik Rietdijk 7a61788bc1 Merge remote-tracking branch 'upstream/master' into HEAD 2017-05-07 21:36:49 +02:00
Frederik Rietdijk d4dde073fd Python release: do not build all Python packages
as we agreed not to. Maybe in the future we will again. Do build a
couple of packages that take a longer time to build.
2017-05-07 21:35:43 +02:00
Joachim F aa8b0bfa49 Merge pull request #25546 from womfoo/sqlite-use-qt56
sqlitebrowser: switch to qt 5.6 - fixes build
2017-05-07 18:54:28 +01:00
Yann Hodique 69e5da17c6 go_1_8: use llvm 4.0 2017-05-07 09:43:55 -07:00
Frederik Rietdijk ef4442e827 Python: replace requests2 with requests tree-wide
See f63eb58573

The `requests2` attribute now throws an error informing that `requests`
should be used instead.
2017-05-07 12:56:09 +02:00
obadz ca0a4e2a9a pythonPackages.libsoundtouch: init at 0.3.0 2017-05-07 11:27:10 +01:00
Jörg Thalheim 63b294eb0c
tigervnc: 1.8.0pre20170211 -> 1.8.0pre20170419 2017-05-07 09:38:42 +01:00
Michael Raskin f79a5fc30d Merge pull request #25160 from m3tti/quakespasm
Quakespasm: init at 0.92.1
2017-05-07 10:03:42 +02:00
Frederik Rietdijk 7491bc98e9 pythonPackages: remove old unmaintained gsutil and dependencies
5bd5d2d9be added gsutil and dependencies.
Since then, only f5680cdd49 touched it.
There have been many updates since then of these packages. Because it is
not maintained I am removing this.
2017-05-07 09:31:31 +02:00
gnidorah 42cad8b6b0
winusb: init at 2017-01-30
fixes #25536
2017-05-07 08:26:22 +01:00
Frederik Rietdijk 529d0e74d7 pythonPackages.pathspec: fixup, fixes eval 2017-05-07 09:07:01 +02:00
Frederik Rietdijk e75096142c pythonPackages.llfuse-0-41: move into attic
because that's the only expression using this older version.
2017-05-07 08:50:14 +02:00
Frederik Rietdijk afad43064b pythonPackages.pathspec: 0.3.4 -> 0.5.2
- move old 0.3.4 into pants expression because that's the only package
using this old version
- remove `pathspec_0_5` because that's the new `pathspec`
2017-05-07 08:44:19 +02:00
Frederik Rietdijk ccfbe04bd6 pythonPackages: remove broken zc_recipe_egg 2017-05-07 08:40:46 +02:00
Frederik Rietdijk 63993e7e1f pythonPackages: remove old zc_buildout 2017-05-07 08:40:17 +02:00
Mathäus Sander 15b98cb634 quakespasm: init at 0.92.1 2017-05-07 08:02:50 +02:00
davidak 49c4f2b6f5 libscrypt: init at 1.21 2017-05-07 07:01:54 +02:00
Peter Hoeg 994299b7a9 xapian: 1.4.0 -> 1.4.4 2017-05-07 10:41:30 +08:00
Yaakov Nemoy 63f4921137 terragrunt: 0.11.1 -> 0.12.15 (#25472) 2017-05-06 19:35:04 +01:00
Joachim Fasting 22cffa0716
socklog: init at 2.1.0 2017-05-06 19:41:49 +02:00
Joachim F 3c320fe7b1 Merge pull request #19898 from bzizou/irods4.2
irods: init at 4.2.0
2017-05-06 18:19:04 +01:00
Joachim F df5329e127 Merge pull request #20317 from Radvendii/master
MAR1D: init at 0.2.0
2017-05-06 18:16:06 +01:00