Mario Rodas
fb261a5bab
Merge pull request #99939 from siraben/cyclone-scheme-init
...
cyclone-scheme: init at 0.21
2020-10-09 07:55:57 -05:00
Ben Siraphob
e3b083effc
cyclone-scheme: init at 0.21
2020-10-09 11:51:29 +07:00
Frederik Rietdijk
ec28e32c9e
Merge master into staging-next
2020-10-08 21:47:26 +02:00
Daniël de Kok
c8111ef271
Merge pull request #99946 from ggreif/master
...
wasmtime: 0.19.0 -> 0.20.0
2020-10-08 10:02:09 +02:00
Gabor Greif
0243a18c8d
wasmtime: 0.19.0 -> 0.20.0
2020-10-07 12:56:06 +02:00
Jan Tojnar
a07508c1d3
php: declare ZTS support
...
Binary extensions like Blackfire need to know whether PHP was
compiled with ZTS support to work properly.
2020-10-07 10:44:53 +02:00
marco
26857cc851
elixir_1_11: init at 1.11.0
...
Set elixir_1_11 as default elixir version.
2020-10-07 10:30:35 +02:00
Vladimír Čunát
c7b3d98659
Merge #99227 : luajit*: update and enableGC64 by default
2020-10-07 07:40:11 +02:00
Frederik Rietdijk
692d219a93
Merge staging-next into staging
2020-10-06 10:25:58 +02:00
Jonathan Ringer
4eaf246f24
update-python-libraries: add github fetcher
2020-10-06 00:55:43 -07:00
Mario Rodas
6bfc199531
ruby: add marsam to maintainers
2020-10-06 09:45:39 +02:00
Mario Rodas
17e3f3258f
ruby_2_7: 2.7.1 -> 2.7.2
...
https://www.ruby-lang.org/en/news/2020/10/02/ruby-2-7-2-released/
2020-10-06 09:45:39 +02:00
Mario Rodas
35d7c8ac6f
ruby: update RVM patchsets
2020-10-06 09:45:39 +02:00
Raphael Borun Das Gupta
3696bc0e89
python39: 3.9.0rc2 -> 3.9.0
2020-10-06 08:32:37 +02:00
Luka Blaskovic
351bf9584e
luajit_2_1: 2.1.0-2020-08-27 -> 2.1.0-2020-09-30
2020-10-01 08:22:27 +00:00
Luka Blaskovic
8baffaecac
luajit_2_0: 2.0.5-2020-08-09 -> 2.0.5-2020-09-27
2020-10-01 04:40:19 +00:00
WORLDofPEACE
3451caf60b
Merge pull request #99008 from mkg20001/cjs-upgrade
...
Cjs upgrade
2020-09-30 14:30:56 -04:00
Doron Behar
e1773ee0bb
Merge pull request #98977 from stigtsp/package/rakudo-2020.09
2020-09-30 11:13:20 +03:00
Jan Tojnar
32b4375f10
Merge branch 'staging-next' into staging
2020-09-29 00:12:29 +02:00
Doron Behar
1d45990efb
spidermonkey_78: init at 78.1.0
...
* format
Co-authored-by: WORLDofPEACE <worldofpeace@protonmail.ch>
2020-09-28 15:08:23 +02:00
Stig Palmquist
6c44133fac
perldevel: 5.33.1 -> 5.33.2
...
dependencies:
perl-cross: 15ca5359f99698ef0a199bc307b7956c08907abc -> f59d2b6a179760230d925550db78b93c410433e4
2020-09-28 02:11:03 +02:00
Stig Palmquist
ac60d134ed
rakudo: 2020.08.2 -> 2020.09
2020-09-28 01:33:12 +02:00
Stig Palmquist
a770277640
nqp: 2020.08.2 -> 2020.09
2020-09-28 01:32:43 +02:00
Stig Palmquist
e31d6d1fab
moarvm: 2020.08 -> 2020.09
2020-09-28 01:32:18 +02:00
Stig P
3e2cf215f7
Merge pull request #98468 from stigtsp/package/micropython-1.13
...
micropython: 1.12 -> 1.13
2020-09-27 19:25:11 +00:00
Frederik Rietdijk
7c411b3729
python38: 3.8.5 -> 3.8.6
2020-09-27 13:07:49 +02:00
Frederik Rietdijk
74f3e9cce1
python39: 3.9.0rc1 -> 3.9.0rc2
2020-09-27 11:48:00 +02:00
Jörg Thalheim
7011d448ec
Merge pull request #98693 from fzakaria/jruby-shebang-fix
...
Fix shebang for binaries in JRuby
2020-09-25 10:05:05 +02:00
Graham Bennett
3a5bcb313e
octave: use qt-5 mkDerivation for wrapQtAppsHook
...
This is to ensure QT_QPA_PLATFORM_PLUGIN_PATH is set on Darwin.
2020-09-25 09:57:25 +03:00
Farid Zakaria
8da7bd63ca
jruby: fix shebang for binaries in JRuby
...
There are a variety of additional scripts that are included with the
JRuby installation that use JRuby itself.
For instance the `bin/gem` had the following contents:
```bash
❯ cat /nix/store/kglkqf56ii83yl6yrgcaj5r3s9m2fzr0-jruby-9.2.13.0/bin/gem
load File.join(File.dirname(__FILE__), 'jgem')
```
This is clearly wrong. Patchshebangs was not picking up the fix as part
of stdenv because the patch is not a build input but the final output
itself.
We have to rely on substituteInPlace so that we get the correct version.
```bash
❯ cat /nix/store/k4fnrn0dcsh2wzw81217r0ywsspb468f-jruby-9.2.13.0/bin/gem
```
2020-09-24 17:57:17 -07:00
zimbatm
cc9b34a56b
Merge pull request #98649 from cw789/elixir_cleanup
...
elixir_1_6: remove
2020-09-24 22:00:03 +00:00
Vladyslav M
0a3987a63f
janet: 1.10.1 -> 1.12.2 ( #98679 )
2020-09-24 21:41:07 +00:00
Jan Tojnar
d471c5d1f3
Merge branch 'staging-next' into staging
2020-09-24 23:09:00 +02:00
cw
3c379af10b
elixir_1_6: remove
...
Additionally removed the now obsolete rebar build dependency for elixir.
2020-09-24 15:14:52 +02:00
Johannes Rosenberger
7abb57c7b5
fix passing qt5 version to pythonInterpreters
...
fixes c88f3adb17
, which resulted in
qt 5.15 being used in pythonPackages, despite 5.14 being
declared, and adapts qutebrowser accordingly.
'callPackage { pkgs = pkgs // { … }; }' does not work, because
it does not take into account the recursive evaluation of nixpkgs:
`pkgs/development/interpreters/python/default.nix` calls
`pkgs/top-level/python-packages.nix` with `callPackage`.
Thus, even if the former gets passed the updated `pkgs`,
the latter always gets passed `pkgs.pkgs`.
For the change in the qt5 version to apply consistently, 'pkgs.extend'
must be used.
qutebrowser only used the right qt5 version (5.15) because all
pythonPackages used it anyway.
2020-09-22 21:03:43 +02:00
Stig Palmquist
a2dd66b087
micropython: 1.12 -> 1.13
2020-09-22 15:37:42 +02:00
Stig Palmquist
e2926577a1
perl-cross: fix . being included in INC
...
perl-cross set `default_inc_excludes_dot` to undefined by default. This
sets `-Ddefault_inc_excludes_dot` explicitly when cross compiling.
2020-09-22 14:35:46 +02:00
WORLDofPEACE
34aaac6d7c
Merge branch 'staging-next' into staging
2020-09-20 18:41:15 -04:00
Gabriel Ebner
ef4cbbabd1
clojure: use latest jdk
2020-09-20 11:32:06 +02:00
Gabriel Ebner
db0d3d8d36
erlang: use openjdk8
2020-09-19 14:34:49 +02:00
Thiago Kenji Okada
a323331e6a
dart: Fix dart2native by patching all ELFs
...
Before:
$ /nix/store/ihlzjcxahcack6chfzphb74bkccmq6br-dart-2.7.2/bin/dart2native hello.dart
Failed to generate native files:
ProcessException: No such file or directory
Command: /nix/store/ihlzjcxahcack6chfzphb74bkccmq6br-dart-2.7.2/bin/utils/gen_snapshot --snapshot-kind=app-aot-elf --elf=/tmp/HSHJQU/snapshot.aot /tmp/HSHJQU/kernel.dill
After:
$ /nix/store/czw7kpdmcqa76a9j00v2pjygrq7gy4c7-dart-2.7.2/bin/dart2native hello.dart
Generated: /home/thiagoko/hello.exe
$ ./hello.exe
Hello, World!
2020-09-17 15:33:17 -03:00
Drew Risinger
60df61b67e
mk-python-derivation: document pyproject format
...
Optional setting of format == "pyproject", "egg" had been documented
in the manual, but they weren't listed in the function header for
``mk-python-derivation.nix``.
2020-09-16 17:38:41 +02:00
Stig P
0a5be167a3
Merge pull request #97098 from volth/cpan2nix-2020-09-04
...
perlPackages: bulk update
2020-09-14 10:33:20 +00:00
Luflosi
fbefec0d3e
j: fix build on darwin
...
On darwin the compilation would fail with the following warning:
```
clang-7: error: argument unused during compilation: '-fno-strict-overflow' [-Werror,-Wunused-command-line-argument]
```
This error happens because the `-fno-strict-overflow` is passed to the compiler. To fix this, disable the `strictoverflow` hardening feature. Also see #39687 .
ZHF: #97479
2020-09-09 15:09:26 -07:00
volth
4faa3e3dcd
perl: remove obsolete patch
2020-09-09 09:08:48 +00:00
WORLDofPEACE
f764549bc8
Merge pull request #96668 from NobbZ/erlang-config-flags
...
erlang: make `configureFlags` appending instead of overwriting
2020-09-08 19:41:17 -04:00
Mario Rodas
ee222ce046
Merge pull request #88915 from bsima/shen
...
shen-sbcl: init at 3.0.3
2020-09-07 21:34:07 -05:00
Frederik Rietdijk
af81d39b87
Merge staging-next into staging
2020-09-04 20:03:30 +02:00
Jonathan Ringer
762434fb02
python39: 3.9.0b5 -> 3.9.0rc1
2020-09-03 23:36:28 -07:00
Frederik Rietdijk
377242d587
Merge staging-next into staging
2020-09-03 19:21:10 +02:00
Michael Raskin
742c7340d2
Merge pull request #96494 from jitwit/j
...
j: j901e -> j901f
2020-09-03 05:22:07 +00:00
John Ericson
1965a241fc
Merge pull request #61019 from volth/gcc.arch-amd
...
platform.gcc.arch: support for AMD CPUs
2020-09-01 22:31:16 -04:00
Frederik Rietdijk
e29c1e42e0
Merge staging-next into staging
2020-08-31 19:46:33 +02:00
Vladimír Čunát
0e58393738
luajit*: update to address CVE-2020-24372
...
/cc roundup issues: #96821 , #96828 .
The diff upstream is fairly small, so let me trust Mike Pall on this.
Both versions get a pair of commits that seem to address the CVE
https://github.com/LuaJIT/LuaJIT/issues/603
and 2.1 additionally gets one other small commit.
2020-08-31 16:31:12 +02:00
Stig Palmquist
4ec71d7f5d
rakudo: 2020.08.1 -> 2020.08.2
2020-08-31 10:55:50 +02:00
Stig Palmquist
cc2769b744
nqp: 2020.08.1 -> 2020.08.2
2020-08-31 10:55:20 +02:00
Stig Palmquist
5aef482f61
perl: 5.30.3 -> 5.32.0, perldevel: 5.32.0-RC0 -> 5.33.1
...
Co-authored-by: volth <volth@volth.com>
2020-08-30 20:21:26 +02:00
Frederik Rietdijk
5d8dd5c259
python.tests: don't mix the two types of tests
...
The integration tests code was included in the environment tests. After
this commit it is hopefully clearer what belongs together.
2020-08-30 12:59:24 +02:00
Norbert Melzer
29ac9bedf0
erlang: make configureFlags
appending instead of overwriting
...
The erlang `generic-builder` accepts a lot of arguments that would
affect the `configureFlags` passed to `mkDerivation`. Though all these
arguments would be without any effect if additionally `configureFlags`
is passed and not the empty list.
This change should make it easier to "compose" arbitrary erlang overrides.
2020-08-30 11:41:14 +02:00
Frederik Rietdijk
2248a7422f
python36: 3.6.11 -> 3.6.12
2020-08-30 08:59:42 +02:00
Spencer Baugh
780caf6690
python37: 3.7.8 -> 3.7.9
...
Release notes:
https://docs.python.org/release/3.7.9/whatsnew/changelog.html
Most notable is the fixed behavior of asynchronous generators; without
this fix, they fail to work in some scenarios.
2020-08-30 08:52:06 +02:00
jitwit
422ef5ed78
j: j901e -> j901f
2020-08-27 15:51:28 -04:00
Daniël de Kok
231e2ea1ff
Merge pull request #96228 from r-ryantm/auto-update/chibi-scheme
...
chibi: 0.9 -> 0.9.1
2020-08-25 07:38:51 +02:00
R. RyanTM
16c56d0ecf
chibi: 0.9 -> 0.9.1
2020-08-25 03:30:06 +00:00
Stig Palmquist
28305d37e0
rakudo: 2020.07 -> 2020.08.1
2020-08-24 19:35:04 +02:00
Stig Palmquist
d932e00ebe
nqp: 2020.07 -> 2020.08.1
2020-08-24 19:32:19 +02:00
Stig Palmquist
d11c72cee4
moarvm: 2020.07 -> 2020.08
2020-08-24 19:31:37 +02:00
John Ericson
6cbd6955fc
Merge pull request #95623 from lopsided98/perl-cross-shebang
...
buildPerlPackage: fix patchShebangs when cross-compiling
2020-08-24 11:45:52 -04:00
Jörg Thalheim
2b4871445d
Merge pull request #96161 from kidd/red-0.6.4
...
red: 0.6.3 -> 0.6.4
2020-08-24 11:46:29 +01:00
Frederik Rietdijk
0a874ff2a6
Merge master into staging-next
2020-08-24 11:50:58 +02:00
Silvan Mosberger
2113ee4fa6
Merge pull request #96017 from baloo/baloo/guile/static-compilation
...
guile: fixup musl support
2020-08-24 04:08:24 +02:00
Mario Rodas
d38bdeb931
Merge pull request #95855 from jlesquembre/clojure
...
clojure: 1.10.1.590 -> 1.10.1.645
2020-08-23 20:52:00 -05:00
Raimon Grau
1621b5173a
red: 0.6.3 -> 0.6.4
2020-08-23 22:45:44 +01:00
Ben Wolsieffer
d7e3e03558
perl: use $hostOffset instead of $targetOffset in cross setup hook
2020-08-23 14:55:54 -04:00
Lassulus
797ce3df8a
Merge pull request #86925 from r-ryantm/auto-update/groovy
...
groovy: 3.0.2 -> 3.0.3
2020-08-23 13:40:52 +02:00
Jan Tojnar
91104b5417
Merge branch 'master' into staging-next
2020-08-23 02:00:50 +02:00
Arthur Gautier
230a563bfe
guile: fixup musl support
...
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2020-08-22 10:31:02 -07:00
Maximilian Bosch
18f6323fab
Merge pull request #95898 from xfix/php-sendmail
...
php: use system-sendmail
2020-08-21 21:51:19 +02:00
Lassulus
7d03cf2c8d
Merge pull request #91667 from DavHau/fix-indentation
...
mk-python-derivation.nix: fix indentation
2020-08-21 17:07:44 +02:00
Konrad Borowski
1d43f3490e
php: use system-sendmail
...
By default PHP is looking for sendmail in /usr/bin/sendmail
which isn't a correct path for NixOS.
2020-08-21 12:37:46 +02:00
José Luis Lafuente
a72e138bc6
clojure: 1.10.1.590 -> 1.10.1.645
2020-08-20 13:46:09 +02:00
markuskowa
ff592bfaf2
Merge pull request #91176 from ericdallo/add-alda
...
alda: init at 1.4.2
2020-08-19 01:15:00 +02:00
Ben Wolsieffer
d61f1a4a5f
perl: rename miniperl output from dev to mini
2020-08-17 13:43:42 -04:00
Frederik Rietdijk
0ac85bc455
Merge master into staging-next
2020-08-17 14:54:39 +02:00
zowoq
473536e3b5
buildRustPackage: remove platform.all from packages
2020-08-16 12:48:18 +10:00
zowoq
42313b92bc
buildGoModule: remove platform.all from packages
2020-08-15 19:34:47 -07:00
Alvar Penning
b7ce309e6c
pythonFull: add BlueZ support
...
This commit introduces two changes.
First, cpython gets optional BlueZ support, which is needed for
AF_BLUETOOTH sockets. Therefore bluezSupport was added as a parameter.
Second, the call to the pythonFull packages has been adjusted. The
Python packages have a self-reference called self. This was not adjusted
for the override. As a result, Python packages for this special version
of Python were not built with the overridden Python, but with the
original one.
2020-08-15 18:08:20 +02:00
Frederik Rietdijk
cfe6081cee
Merge staging-next into staging
2020-08-15 09:12:42 +02:00
Frederik Rietdijk
49f4475307
Merge pull request #95305 from jonringer/remove-py35
...
python35: remove
2020-08-15 09:08:47 +02:00
Frederik Rietdijk
4b340cbbb4
Merge pull request #93083 from risicle/ris-cpython-debug
...
cpython: add separateDebugInfo, allow use of gdb libpython
2020-08-15 08:52:42 +02:00
Daniël de Kok
900b2d5a6c
python3: fix impure /bin/sh call in subprocess
2020-08-15 08:34:02 +02:00
R. RyanTM
d996c72306
joker: 0.15.5 -> 0.15.6 ( #95407 )
2020-08-14 21:48:06 -07:00
Frederik Rietdijk
7e189c56a1
Merge staging-next into staging
2020-08-13 08:52:48 +02:00
Jonathan Ringer
91bec61635
python35: remove
2020-08-12 21:57:18 -07:00
Maximilian Bosch
de96815a2e
evcxr: 0.5.2 -> 0.5.3
...
https://github.com/google/evcxr/blob/v0.5.3/RELEASE_NOTES.md
2020-08-11 22:54:26 +02:00
Vladimír Čunát
48618a1ab3
Merge #94790 : luajit*: bugfix updates
2020-08-11 22:34:22 +02:00
Jan Tojnar
11da469fa5
Merge branch 'staging-next' into staging
2020-08-11 16:18:42 +02:00
Christian Kauhaus
a14859c686
python: Apply patch for CVE-2019-20907
...
Incluing the patch file in-tree because the upstream patch is not
intended to apply for Python 2.
Re #94004
2020-08-11 16:05:43 +02:00
Frederik Rietdijk
52419cc32e
Merge pull request #95127 from andersk/pypy-7.3.1
...
pypy: 7.1.1 -> 7.3.1
2020-08-11 16:04:53 +02:00
Anders Kaseorg
b31e4a20a4
pypy, pypy3: 7.1.1 -> 7.3.1
...
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-08-10 15:42:42 -07:00
Anders Kaseorg
6f2ec6d967
pythonInterpreters.pypy{27,36}_prebuilt: 7.1.1 -> 7.3.1
...
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-08-10 15:42:42 -07:00
Elis Hirwing
6be7d1c176
php: Drop PHP 7.2 support
2020-08-10 22:28:12 +02:00
zowoq
cea7cd902e
buildGoModule packages: set doCheck = false
2020-08-10 16:02:30 +10:00
Luka Blaskovic
3fcd7415a7
luajit_2_0, luajit_2_1: 2.1.0-2020-03-20 -> 2.1.0-2020-08-05
2020-08-06 13:37:14 +00:00
volth
cf7b63df5b
gcc.arch: refactor, move tables under lib/
2020-08-05 11:18:26 +00:00
volth
463db72e63
platform.gcc.arch: support for AMD CPUs
2020-08-05 02:32:48 +00:00
Farid Zakaria
ea7e87abf5
jruby: 9.2.12.0 → 9.2.13.0
2020-08-04 14:50:17 -07:00
Farid Zakaria
d764809c4d
maintainers: add fzakaria
2020-08-04 14:50:17 -07:00
Frederik Rietdijk
26c481b435
Merge master into staging-next
2020-08-04 12:48:50 +02:00
Frederik Rietdijk
50c060d13d
Merge master into staging-next
2020-08-01 19:37:20 +02:00
Mario Rodas
7902d94169
racket: 7.7 -> 7.8
2020-08-01 04:20:00 -05:00
Daniël de Kok
594fe8a17b
Merge pull request #94572 from r-ryantm/auto-update/chibi-scheme
...
chibi: 0.8 -> 0.9
2020-08-03 09:33:16 +02:00
R. RyanTM
d97569cda1
chibi: 0.8 -> 0.9
2020-08-02 21:07:32 +00:00
Keshav Kini
9a32d3d136
acl2, acl2-minimal: build standard library, init
...
Before this commit, we only built the main ACL2 executable. Most users
will also want the standard library (the "Community Books"), so after
this commit, we build the entire `make everything` suite, which includes
essentially everything provided in the ACL2 repository.
There's also a new top-level package called `acl2-minimal` which has
just the core ACL2 executable, for those who really only want that.
Future work: modularize the build so that we can support multiple
different subsets of the standard library. A lot of the stuff in this
complete build is probably superfluous to almost all users. Also,
because some of the books have unclear or idiosyncratic licenses, the
full build will not be cached on cache.nixos.org, and installing it will
mean spending a few hours building it. So it would be good to have a
pared down build which excluded non-free books and things that people
rarely or never use.
2020-08-01 23:38:54 -07:00
Matthew Bauer
d0677e6d45
treewide: add warning comment to “boot” packages
...
This adds a warning to the top of each “boot” package that reads:
Note: this package is used for bootstrapping fetchurl, and thus cannot
use fetchpatch! All mutable patches (generated by GitHub or cgit) that
are needed here should be included directly in Nixpkgs as files.
This makes it clear to maintainer that they may need to treat this
package a little differently than others. Importantly, we can’t use
fetchpatch here due to using <nix/fetchurl.nix>. To avoid having stale
hashes, we need to include patches that are subject to changing
overtime (for instance, gitweb’s patches contain a version number at
the bottom).
2020-07-31 08:56:53 +02:00
zowoq
3c5750d1cd
buildGoModule packages: editorconfig fixes
2020-07-31 13:58:04 +10:00
Vladimír Čunát
60d89e5793
Merge branch 'master' into staging
2020-07-29 18:40:28 +02:00
Daniël de Kok
d52d97db25
Merge pull request #94010 from jlesquembre/clojure
...
clojure: 1.10.547 -> 1.10.590
2020-07-28 08:50:38 +02:00
José Luis Lafuente
81ae93437b
clojure: 1.10.547 -> 1.10.590
2020-07-27 17:17:23 +02:00
Ryan Mulligan
e12aa01bdd
Merge pull request #93924 from r-ryantm/auto-update/hy
...
hy: 0.18.0 -> 0.19.0
2020-07-26 18:53:27 -07:00
Mario Rodas
ced8ec8488
python39: 3.9.0a4 -> 3.9.0b5
2020-07-26 18:45:54 +02:00
Mario Rodas
79590e27d4
python38: 3.8.3 -> 3.8.5
2020-07-26 18:45:54 +02:00
R. RyanTM
20ec6b70ce
hy: 0.18.0 -> 0.19.0
2020-07-26 15:03:25 +00:00
Maximilian Bosch
5ef09f9ada
evcxr: 0.5.1 -> 0.5.2
...
https://github.com/google/evcxr/blob/HEAD/RELEASE_NOTES.md#version-052
2020-07-26 11:32:41 +02:00
Vladimír Čunát
2b7c0dcdaa
Merge branch 'staging-next'
...
Rebuild on Hydra seems OK-ish.
mongodb.nix needed some conflict resolution (scons versions);
all four versions seem to build fine.
2020-07-25 16:18:40 +02:00
Daniël de Kok
a8a0dfa047
Merge pull request #93646 from cw789/erlang_update
...
erlangR23: 23.0.2 -> 23.0.3
2020-07-23 10:10:59 +02:00
Jan Tojnar
2988feba8c
Merge branch 'master' into staging-next
2020-07-23 08:19:14 +02:00
Stig Palmquist
62a5a71701
rakudo: 2020.06 -> 2020.07
2020-07-22 15:04:47 +02:00
Stig Palmquist
1c4041e661
nqp: 2020.06 -> 2020.07
2020-07-22 15:04:27 +02:00
Stig Palmquist
54b6a81f71
moarvm: 2020.06 -> 2020.07
2020-07-22 15:03:56 +02:00
cw
e30f7087da
erlangR23: 23.0.2 -> 23.0.3
2020-07-22 13:18:05 +02:00
Vladimír Čunát
7a5c6fee0f
Merge branch 'master' into staging-next
...
Some rebuilds, e.g. all of haskell.
Hydra nixpkgs: ?compare=1601713
2020-07-22 08:37:19 +02:00
Gabor Greif
74d9ab3f50
wasmtime: 0.18.0 -> 0.19.0
2020-07-22 01:50:56 +02:00
Jörg Thalheim
b595268537
Merge pull request #87239 from Izorkin/ruby-soname
...
ruby: fix soname tag
2020-07-17 19:27:45 +01:00
Dmitry Kalinkin
9173beb67d
Merge branch 'staging-next' into staging
2020-07-15 22:28:18 -04:00
Robert Scott
ede2e00c9f
cpython: expose gdb libpython.py
...
used together with cpython's debugging symbols, this allows inspection of
the python stack of cpython programs in gdb. this file is a little
different from the rest of the python output by this package, in that it's
not intended to be run by the current python being built, instead by the
python being used by the gdb in question, which could be very different.
therefore placed in its own, but hopefully logical & predictable location.
2020-07-15 19:39:19 +01:00
Michael Raskin
71eb03a3c1
Merge pull request #92403 from r-ryantm/auto-update/picoLisp
...
picolisp: 19.12 -> 20.6
2020-07-15 07:30:00 +00:00
Jan Tojnar
821dba740e
Merge branch 'staging-next' into staging
2020-07-15 09:29:01 +02:00
Georges Dubus
249a368cd7
Merge pull request #87738 from cw789/erlang_update
...
erlangR23: init at 23.0.2
2020-07-14 14:50:53 +02:00
Robert Scott
6d19ab339a
cpython: set separateDebugInfo
2020-07-13 22:30:55 +01:00
Vladimír Čunát
377324ca6d
Merge branch 'staging-next' (PR #91090 )
2020-07-13 07:13:56 +02:00
Maximilian Bosch
db2a5bf3b9
Merge pull request #92928 from etu/php72-update
...
php72: 7.2.31 -> 7.2.32
2020-07-11 18:27:37 +02:00
Maximilian Bosch
f510162d69
Merge pull request #92927 from etu/php73-update
...
php73: 7.3.19 -> 7.3.20
2020-07-11 18:27:22 +02:00
Maximilian Bosch
2423213b95
Merge pull request #92925 from etu/php74-update
...
php74: 7.4.7 -> 7.4.8
2020-07-11 18:25:41 +02:00
Maximilian Bosch
3d9c143b77
Merge pull request #91895 from kristoff3r/jupyter-service
...
Improve jupyter service
2020-07-11 18:03:31 +02:00
Elis Hirwing
49316cca66
php74: 7.4.7 -> 7.4.8
...
Changelog: https://www.php.net/ChangeLog-7.php#7.4.8
2020-07-11 15:07:44 +02:00
Elis Hirwing
86ed3bf578
php72: 7.2.31 -> 7.2.32
...
Changelog: https://www.php.net/ChangeLog-7.php#7.2.32
2020-07-11 14:49:37 +02:00
Elis Hirwing
ef4f6dba94
php73: 7.3.19 -> 7.3.20
...
Changelog: https://www.php.net/ChangeLog-7.php#7.3.20
2020-07-11 14:46:29 +02:00
Frederik Rietdijk
a3a40ac7cc
Merge staging-next into staging
2020-07-11 09:00:18 +02:00
Frederik Rietdijk
ae8eee9c3f
Merge master into staging-next
2020-07-11 08:59:54 +02:00