Martin Weinelt
fd5d0300b4
Merge pull request #241848 from stigtsp/perl/5.38.0
...
[staging] perl: 5.36.0 -> 5.38.0
2023-07-27 02:05:42 +02:00
github-actions[bot]
dc058faf6b
Merge staging-next into staging
2023-07-27 00:02:38 +00:00
Artturi
906f999a2f
Merge pull request #245475 from Artturin/splicepython1
2023-07-26 22:43:37 +03:00
github-actions[bot]
24182c8911
Merge staging-next into staging
2023-07-26 18:01:41 +00:00
Pol Dellaiera
98a1fc3a1f
Merge pull request #239298 from r-ryantm/auto-update/janet
...
janet: 1.28.0 -> 1.29.1
2023-07-26 15:01:32 +02:00
github-actions[bot]
bbfd40bb37
Merge staging-next into staging
2023-07-26 06:01:54 +00:00
Artturin
793cc9d982
python3: splice python within python3Packages.callPackage
...
`lib.extends hooks pythonPackagesFun` includes python which we want to
splice
what this fixes:
```
nix-repl> lib.elemAt pkgsCross.aarch64-multiplatform.python3Packages.xpybutil.nativeBuildInputs 0
«derivation /nix/store/39dkb51rciw6zwg0c2c44gpmpjapddxc-python3-aarch64-unknown-linux-gnu-3.10.12.drv»
```
to
```
nix-repl> lib.elemAt pkgsCross.aarch64-multiplatform.python3Packages.xpybutil.nativeBuildInputs 0
«derivation /nix/store/21ldw2dp26xvv9iyxn9x77a8yh4waqz5-python3-3.10.12.drv»
```
Before https://github.com/NixOS/nixpkgs/pull/194205 The keep python used to work by accident because self was passed from
__splicedPackages https://github.com/NixOS/nixpkgs/pull/196052/files#diff-44ce3495c4f983ce64dd47c86a9d3e77bad210b2709c098a3806998dcd9b000bR213
But now it does not work because overrideAttrs is used on python in
python-packages-base.nix
Preferably we would [ splice the hooks too ](https://github.com/NixOS/nixpkgs/pull/228139 ) but we cannot do that until [Package sets within derivations (i.e. python3.pkgs) are not spliced](https://github.com/NixOS/nixpkgs/issues/211340 ) is fixed, because people often use `python3.pkgs.wrapPython` in `nativeBuildInputs` (it's correct but python3.pkgs should be python3Packages to get splicing.
2023-07-26 06:15:26 +03:00
Nick Cao
4570f7fc58
Merge pull request #243074 from mweinelt/cpython-3.12.0b4
...
python312: 3.12.0b3 -> 3.12.0b4
2023-07-25 19:03:08 -06:00
github-actions[bot]
48c72f00ba
Merge staging-next into staging
2023-07-24 18:03:03 +00:00
figsoda
df8d064819
wazero: 1.3.0 -> 1.3.1
...
Diff: https://github.com/tetratelabs/wazero/compare/v1.3.0...v1.3.1
Changelog: https://github.com/tetratelabs/wazero/releases/tag/v1.3.1
2023-07-24 09:39:25 -04:00
github-actions[bot]
dd978826f9
Merge staging-next into staging
2023-07-23 12:02:06 +00:00
github-actions[bot]
10af23a180
Merge master into staging-next
2023-07-23 12:01:27 +00:00
Pol Dellaiera
26b91e73c7
php83: 8.3.0alpha3 -> 8.3.0beta1
2023-07-23 09:47:44 +02:00
github-actions[bot]
d5ba15544a
Merge staging-next into staging
2023-07-23 06:01:49 +00:00
github-actions[bot]
a0c327d315
Merge master into staging-next
2023-07-23 06:01:17 +00:00
figsoda
cc6636b935
Merge pull request #244922 from r-ryantm/auto-update/joker
...
joker: 1.1.0 -> 1.2.0
2023-07-22 21:20:20 -04:00
github-actions[bot]
5765a9fbc3
Merge staging-next into staging
2023-07-23 00:03:03 +00:00
github-actions[bot]
86a73bdb86
Merge master into staging-next
2023-07-23 00:02:31 +00:00
R. Ryantm
49b7304aa6
joker: 1.1.0 -> 1.2.0
2023-07-22 22:19:48 +00:00
Rafael Fernández López
03049a56e0
wasmtime: 10.0.1 -> 11.0.0
2023-07-22 17:36:33 +02:00
github-actions[bot]
941ae3102b
Merge staging-next into staging
2023-07-22 12:02:07 +00:00
github-actions[bot]
045f0259fe
Merge master into staging-next
2023-07-22 12:01:28 +00:00
Felix Bühler
0a2745684e
Merge pull request #239624 from Stunkymonkey/use-optionalString-then
...
treewide: use optionalString instead of 'then ""'
2023-07-22 13:02:47 +02:00
github-actions[bot]
6689e744ea
Merge staging-next into staging
2023-07-21 06:01:41 +00:00
github-actions[bot]
17a15a50ab
Merge master into staging-next
2023-07-21 06:01:05 +00:00
meppu
12ecdc253b
elixir_1_15: 1.15.2 -> 1.15.4
2023-07-21 11:45:11 +09:00
Sandro
ae6388356f
Merge pull request #153527 from andersk/python3-symlinks
...
python3: Add manpage symlink to fix ‘man python’
2023-07-20 22:07:42 +02:00
github-actions[bot]
37df58121d
Merge master into staging-next
2023-07-20 12:01:16 +00:00
Daniel Kempkens
c118bb4f9a
elixir: make mix interpreter path absolute
...
Remove the implicit dependency on `elixir` being somewhere in `PATH`.
Before:
```
$ nix build '.#elixir_1_15'
$ ./result/bin/mix --version
env: ‘elixir’: No such file or directory
```
After:
```
$ nix build '.#elixir_1_15'
$ ./result/bin/mix --version
Erlang/OTP 25 [erts-13.2.2.2] [source] [64-bit] [smp:10:10] [ds:10:10:10] [async-threads:1] [jit]
Mix 1.15.2 (compiled with Erlang/OTP 25)
```
This was caused by the shebang interpreter directive being set to
`${coreutils}/bin/env elixir`, whereas now the `elixir` part is replaced
with the full path to the interpreter.
We can't get rid of the `${coreutils}/bin/env` part, because without it
all scripts are interpreted as shell scripts.
2023-07-20 20:52:55 +09:00
Anders Kaseorg
9c55f23e53
python3: Add manpage symlink to fix ‘man python’
...
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2023-07-19 15:33:47 +02:00
github-actions[bot]
b110c513b2
Merge master into staging-next
2023-07-19 12:01:12 +00:00
Nick Cao
77ee39a4be
Merge pull request #244294 from r-ryantm/auto-update/trealla
...
trealla: 2.22.11 -> 2.22.17
2023-07-19 04:36:32 -06:00
Nick Cao
cdeb3be2d6
Merge pull request #244260 from r-ryantm/auto-update/evcxr
...
evcxr: 0.15.0 -> 0.15.1
2023-07-19 04:09:34 -06:00
R. Ryantm
3675a26bc6
trealla: 2.22.11 -> 2.22.17
2023-07-19 08:00:16 +00:00
github-actions[bot]
19a2625330
Merge master into staging-next
2023-07-19 06:01:40 +00:00
R. Ryantm
6c8a9a4263
evcxr: 0.15.0 -> 0.15.1
2023-07-19 03:16:39 +00:00
Yuriy Taraday
0d6512ecb1
nickel: disable checks on Darwin
...
Workaround to address build issue introduced in 1.1.1 update.
2023-07-18 22:34:28 -03:00
Nick Cao
a72b41814e
Merge pull request #244079 from abathur/bats_1.10.0
...
bats: 1.9.0 -> 1.10.0
2023-07-18 18:59:43 -06:00
github-actions[bot]
eebfb7a54e
Merge master into staging-next
2023-07-18 06:01:08 +00:00
R. Ryantm
083a9cb41f
erlang_25: 25.3.2.3 -> 25.3.2.4
2023-07-18 14:59:19 +09:00
Travis A. Everett
9d69c3e721
bats: 1.9.0 -> 1.10.0
2023-07-17 19:50:14 -05:00
Uri Baghin
0275cf0e6d
Merge pull request #241025 from uri-canva/fix-native
...
stdenv: fix stagesNative
2023-07-17 13:18:40 +10:00
Mario Rodas
742eef7c30
ruby.rubygems: 3.4.16 -> 3.4.17
...
Changelog: https://github.com/rubygems/rubygems/blob/v3.4.17/CHANGELOG.md
2023-07-16 04:20:00 +00:00
R. Ryantm
afd6b815c4
trealla: 2.21.33 -> 2.22.11
2023-07-15 22:49:28 -03:00
figsoda
5daba3aa35
Merge pull request #243654 from marsam/update-luau
...
luau: 0.583 -> 0.584
2023-07-15 15:59:26 -04:00
Mario Rodas
ebb9df744f
luau: 0.583 -> 0.584
...
Diff: https://github.com/Roblox/luau/compare/0.583...0.584
Changelog: https://github.com/Roblox/luau/releases/tag/0.584
2023-07-15 04:20:00 +00:00
github-actions[bot]
73205ff524
Merge master into staging-next
2023-07-15 00:02:34 +00:00
Sandro
97e4060597
Merge pull request #240997 from xworld21/perl-binary-wrapper
...
perl: use makeBinaryWrapper for perl.withPackages
2023-07-14 21:29:08 +02:00
github-actions[bot]
469798d2dd
Merge master into staging-next
2023-07-14 06:01:28 +00:00
Jacob Moody
bec99c5ae4
femtolisp: init at 2023-07-12
2023-07-14 01:13:52 -03:00
Vladimír Čunát
c77a0a323a
Merge branch 'master' into staging-next
2023-07-13 08:30:35 +02:00
Benjamin Kober
c14fb90565
lune: init at version 0.7.4
2023-07-12 23:36:13 -03:00
Anderson Torres
79463da2b7
trealla: mark as broken on Apple Intel
2023-07-12 21:42:26 -03:00
Anderson Torres
f7d71db720
trealla: circumvent valgrind brokenness
...
trealla needs valgrind to be checked; however, valgrind does not build on all
platforms.
2023-07-12 21:42:26 -03:00
Anderson Torres
c1a92af325
trealla: 2.8.6 -> 2.21.33
2023-07-12 21:42:26 -03:00
Martin Weinelt
6245a65b02
python312: 3.12.0b3 -> 3.12.0b4
...
https://docs.python.org/3.12/whatsnew/changelog.html#python-3-12-0b4
Fixes: CVE-2023-27043
2023-07-12 15:38:34 +02:00
figsoda
3f5a442eab
wazero: 1.2.1 -> 1.3.0
...
Diff: https://github.com/tetratelabs/wazero/compare/v1.2.1...v1.3.0
Changelog: https://github.com/tetratelabs/wazero/releases/tag/v1.3.0
2023-07-11 07:53:43 -04:00
Mario Rodas
ddb72f3e05
ruby.rubygems: 3.4.15 -> 3.4.16
...
Changelog: https://github.com/rubygems/rubygems/blob/v3.4.16/CHANGELOG.md
2023-07-11 04:20:00 +00:00
github-actions[bot]
4d2d9f544a
Merge master into staging-next
2023-07-12 06:01:19 +00:00
github-actions[bot]
7df9bccc89
Merge master into staging-next
2023-07-10 18:01:32 +00:00
Felix Schröter
a9e20ed1e0
{nickel,nls}: 1.0.0 -> 1.1.1
2023-07-10 14:55:46 -03:00
github-actions[bot]
9105ae569b
Merge master into staging-next
2023-07-10 12:01:17 +00:00
Matthieu Coudron
34b3a809ef
buildLuarocksPackage: rename file to match its role
2023-07-10 10:34:34 +02:00
github-actions[bot]
a61c7c58e4
Merge master into staging-next
2023-07-09 18:01:03 +00:00
Nick Cao
529d5e2835
Merge pull request #242251 from nrhtr/luajit-static-build
...
luajit: add option for static build
2023-07-09 20:54:22 +08:00
Jeremy Parker
69946ea4cf
luajit: set BUILDMODE flag for static builds
2023-07-09 17:19:27 +10:00
github-actions[bot]
24fc2ed8e1
Merge master into staging-next
2023-07-09 00:02:38 +00:00
Mario Rodas
46f0e9587f
Merge pull request #242154 from marsam/update-luau
...
luau: 0.572 -> 0.583
2023-07-08 17:19:50 -05:00
github-actions[bot]
cc1af72ece
Merge master into staging-next
2023-07-08 06:01:19 +00:00
Pol Dellaiera
06b79b17e4
php83: 8.3.0alpha2 -> 8.3.0alpha3
2023-07-07 17:23:45 +02:00
Pol Dellaiera
68f2af6377
php82: 8.2.7 -> 8.2.8
2023-07-07 15:41:28 +02:00
Pol Dellaiera
0daefea0a2
php81: 8.1.20 -> 8.1.21
2023-07-07 15:40:39 +02:00
Mario Rodas
b5c2106fc2
luau: 0.572 -> 0.583
...
Diff: https://github.com/Roblox/luau/compare/0.572...0.583
Changelog: https://github.com/Roblox/luau/releases/tag/0.583
2023-07-06 16:20:00 -05:00
Christian Kögler
c7387bbc8a
perl.mini: fix modules for compatibility with miniperl
...
Added compatibility for
- CPAN::Meta
- JSON::PP
- Data::Dumper
2023-07-06 14:14:31 +02:00
Stig Palmquist
f41621432f
perl: 5.36.0 -> 5.38.0
...
- perl538: init at 5.38.0
- perl536: 5.36.0 -> 5.36.1
- perl-cross: c8760457 -> 1.5
- perl: perl536 -> perl538
- perlPackages: perl536Packages -> perl538Packages
- perldevel: 5.37.0 -> 5.38.0
- perl534: remove
- patch: Add conditional no-sys-dirs patch for 5.38.0
- patch: Only apply HTTP-Tiny patch for 5.36.1, as it is fixed in 5.38.0
- patch: Set `USE_ZLIB_NG=False` for Compress::Raw::Zlib
2023-07-06 14:14:30 +02:00
Vladimír Čunát
d507f1d4a6
Merge branch 'master' into staging
2023-07-05 23:06:05 +02:00
Christina Sørensen
75c672ac23
kamilalisp: 0.2 -> 0.2p
...
bug fix release
Changelog: https://github.com/kspalaiologos/kamilalisp/releases/tag/v0.2p
2023-07-05 15:29:27 -03:00
Jan Tojnar
2819e547d3
Merge branch 'staging-next' into staging
...
; Conflicts:
; pkgs/development/libraries/nss/generic.nix
- bb53634671
removed the conditionals since firefox-esr-91 and nss <3.69 has been dropped a while ago.
- cb3762857d
updated the conditionals to always partition the tests based on the nss_latest version. Chosen that since it will remain future proof.
2023-07-05 02:22:26 +02:00
Vladimír Čunát
78419edadf
Merge #241499 : spidermonkey_102: 102.12.0 -> 102.13.0
2023-07-04 21:49:49 +02:00
figsoda
d5390aa448
Merge pull request #241505 from ShamrockLee/typo-mmm
...
treewide: fix typos (mmm -> mm)
2023-07-04 12:02:12 -04:00
figsoda
9501d23683
Merge pull request #241171 from figsoda/wazero
2023-07-04 11:39:42 -04:00
Yueh-Shun Li
85a56839aa
perl: meta.description: fix typo
2023-07-04 22:45:51 +08:00
Martin Weinelt
31bbf919d3
spidermonkey_102: 102.12.0 -> 102.13.0
...
https://www.mozilla.org/en-US/security/advisories/mfsa2023-23/
Fixes: CVE-2023-37202
2023-07-04 16:28:47 +02:00
github-actions[bot]
97808bf5fe
Merge staging-next into staging
2023-07-04 00:03:11 +00:00
Maximilian Bosch
5904ce8eb1
evcxr: 0.14.2 -> 0.15.0 ( #241253 )
...
ChangeLog: https://github.com/evcxr/evcxr/releases/tag/v0.15.0
2023-07-03 22:19:04 +02:00
github-actions[bot]
0f844d9b01
Merge staging-next into staging
2023-07-03 18:01:46 +00:00
Weijia Wang
46585b9daa
Merge pull request #241168 from meppu/elixir-1.15
...
elixir_1_15: 1.15.1 -> 1.15.2
2023-07-03 17:32:52 +03:00
github-actions[bot]
afae8eadb8
Merge staging-next into staging
2023-07-03 12:01:45 +00:00
Thiago Kenji Okada
552ed9776f
Merge pull request #241119 from jlesquembre/bb-wrapper
...
babashka: Add wrapper
2023-07-03 11:25:50 +01:00
José Luis Lafuente
4a22edafaa
babashka: Add wrapper
...
To resolve dependecies in `bb.edn` files, Babashka depends on some
Clojure files and Java, see:
https://github.com/borkdude/deps.clj/tree/master#deps_clj_tools_dir
The wrapper also adds rlwrap, as recommended in the Babashka
documentation:
https://book.babashka.org/#_repl
I'm also formatting the file with nixpkgs-fmt
2023-07-03 11:11:17 +02:00
github-actions[bot]
9fc1b7bdc9
Merge staging-next into staging
2023-07-03 00:03:26 +00:00
Janik
7939b3db22
Merge pull request #196802 from jneem/manylinux
2023-07-02 23:23:55 +02:00
figsoda
bce4ab5812
wazero: init at 1.2.1
...
https://github.com/tetratelabs/wazero
2023-07-02 16:41:55 -04:00
meppu
6cdb081191
elixir_1_15: 1.15.1 -> 1.15.2
2023-07-02 23:12:13 +03:00
Joe Neeman
38d66c2984
pythonManylinuxPackages: add libz and expat
...
These libs aren't mentioned in PEP 513, but auditwheel allows them
(https://github.com/pypa/auditwheel/issues/152 ) and so built wheels
may depend on them.
2023-07-02 22:52:11 +07:00
uri
f829b24045
stdenv: fix stagesNative
2023-07-02 19:07:23 +10:00
Vincenzo Mantova
3ea8390db3
perl: use makeBinaryWrapper for perl.withPackages
2023-07-02 01:30:01 +01:00
github-actions[bot]
f5a8109c46
Merge staging-next into staging
2023-07-02 00:03:47 +00:00
Mario Rodas
da6c993ffc
Merge pull request #240589 from marsam/update-bundler
...
bundler: 2.4.14 -> 2.4.15
2023-07-01 00:46:34 -05:00
meppu
59a54a4fa6
elixir_1_15: 1.15.0 -> 1.15.1
2023-06-30 20:01:45 +03:00
R. Ryantm
eb9322a008
erlang_odbc: 25.3.2.2 -> 25.3.2.3
2023-06-30 21:21:49 +08:00
Karel Kočí
9d663f7fcd
setuptools-rust: fix cross compilation
...
The setuptools-rust requires some environment variables to really
perform cross build, otherwise it just builds for build platform.
This adds setup hook that introduces these environment variables.
There are three variables.
The PYO3_CROSS_LIB_DIR has to point to the target's Python library
directory. This has to be directory for the target not for the build or
host. We have to choose the correct target Python. I am unsure how to do
that simply in nixpkgs and this this implementations just delays this
and waits for the correct Python when package using this hook is build.
The CARGO_BUILD_TARGET triggers cross compilation in setuptools-rust.
This is simply the Rust target specification.
The CARGO_TARGET_*_LINKER variable should not be essentially required
but setuptools-rust probably mangles the Rust build environment somewhat
and that results to the missing linker. By explicitly specifying it
using the environment variable we force the correct linker.
2023-06-30 14:52:25 +02:00
Weijia Wang
3a64a44724
Merge pull request #240711 from meppu/erlang_26
...
erlang_26: 26.0.1 -> 26.0.2
2023-06-30 15:45:10 +03:00
meppu
dc4d580db2
erlang_26: 26.0.1 -> 26.0.2
2023-06-30 14:41:57 +03:00
R. Ryantm
503e9f3d97
erlang_24: 24.3.4.12 -> 24.3.4.13
2023-06-30 09:53:46 +00:00
Sandro
e4a8ee68ed
Merge pull request #240481 from superwhiskers/update-rakudo
2023-06-29 14:41:58 +02:00
superwhiskers
e478be291c
rakudo: 2023.04 -> 2023.06
2023-06-29 01:29:44 -05:00
superwhiskers
8129dd948e
nqp: 2023.04 -> 2023.06
2023-06-29 01:29:35 -05:00
superwhiskers
9b0e5d0251
moarvm: 2023.04 -> 2023.06
2023-06-29 01:29:24 -05:00
Mario Rodas
4e00c6cee4
ruby.rubygems: 3.4.14 -> 3.4.15
...
Changelog: https://github.com/rubygems/rubygems/blob/v3.4.15/CHANGELOG.md
2023-06-29 04:20:00 +00:00
Weijia Wang
6124241ef1
racket: unbreak on darwin
2023-06-27 13:22:05 +03:00
Vladimír Čunát
90de72aacb
Merge #239304 : staging-next 2023-06-23
2023-06-26 21:14:42 +02:00
Pol Dellaiera
5f85fe1e8a
php83: init at 8.3.0alpha2 ( #239151 )
...
* php83: init at 8.3.0alpha2
* phpExtensions.blackfire: disable for php 8.3
* phpExtensions.apcu: patch for 8.3 only
2023-06-26 20:51:23 +02:00
github-actions[bot]
ffc0f1526c
Merge master into staging-next
2023-06-26 06:01:14 +00:00
R. Ryantm
12bd7ee3e0
erlang_26: 26.0 -> 26.0.1
2023-06-26 12:40:00 +08:00
github-actions[bot]
2c439c14b6
Merge master into staging-next
2023-06-25 18:01:21 +00:00
Felix Buehler
6672dde558
treewide: use optionalAttrs instead of 'else {}'
2023-06-25 11:01:34 -03:00
github-actions[bot]
aa5d107299
Merge master into staging-next
2023-06-25 12:01:14 +00:00
Nick Cao
307e5e304c
Merge pull request #236452 from NickCao/wasmer
...
wasmer: 3.1.1 -> 4.0.0
2023-06-25 14:30:16 +08:00
Felix Buehler
f3719756b5
treewide: use optionalString instead of 'then ""'
2023-06-24 20:19:19 +02:00
github-actions[bot]
b633dddac4
Merge master into staging-next
2023-06-24 18:01:04 +00:00
R. Ryantm
a39736aa4c
wasmtime: 9.0.4 -> 10.0.1
2023-06-24 05:52:46 +00:00
R. Ryantm
7127bb909f
janet: 1.28.0 -> 1.29.1
2023-06-23 05:57:59 +00:00
github-actions[bot]
15a20aee5e
Merge staging-next into staging
2023-06-22 18:01:45 +00:00
Weijia Wang
f18eea4fb3
Merge pull request #239173 from wegank/tkinter-darwin-fix
2023-06-22 18:53:41 +03:00
figsoda
471f64137b
Merge pull request #238864 from figsoda/rlci
2023-06-22 11:37:49 -04:00
Nick Cao
275360d327
wasmer: 3.1.1 -> 4.0.0
2023-06-22 22:57:44 +08:00
Weijia Wang
82e6dcefb9
python311Packages.tkinter: fix runtime error on darwin
2023-06-22 17:52:12 +03:00
github-actions[bot]
fc5ef80184
Merge staging-next into staging
2023-06-22 12:02:08 +00:00
Thomas Gerbet
84c0cb1471
php: drop PHP 8.0
...
Closes #224505
2023-06-21 22:09:16 +02:00
figsoda
883f7ae4d6
rlci: init at 1.1.2
...
https://github.com/orsinium-labs/rlci
2023-06-21 10:20:57 -04:00
github-actions[bot]
c562a088e4
Merge staging-next into staging
2023-06-21 12:02:27 +00:00
Martin Weinelt
cea1c49331
python312: 3.12.0b2 -> 3.12.0b3
...
https://docs.python.org/3.12/whatsnew/changelog.html#python-3-12-0b3
2023-06-21 02:31:58 +02:00
github-actions[bot]
535ef0a591
Merge staging-next into staging
2023-06-19 18:02:35 +00:00
Shane Sveller
bf2e7265e3
elixir: Locate generate_app.escript via defaulted argument
2023-06-19 10:53:45 -04:00
Shane Sveller
ba36bdc1ea
elixir_1_15: init at 1.15.0
2023-06-19 10:53:45 -04:00
github-actions[bot]
31ad33733f
Merge staging-next into staging
2023-06-17 06:01:45 +00:00
Vladimír Čunát
41d7e84dd8
Merge branch 'master' into staging-next
...
Trivial conflict:
nixos/doc/manual/release-notes/rl-2311.section.md
2023-06-17 07:46:50 +02:00
Martin Weinelt
7533607731
Merge pull request #237787 from mweinelt/spidermonkey-102.12.0
...
spidermonkey_102: 102.8.0 -> 102.12.0
2023-06-17 01:34:06 +02:00
github-actions[bot]
c30d35ea7c
Merge staging-next into staging
2023-06-16 06:01:42 +00:00
github-actions[bot]
af7beed7be
Merge master into staging-next
2023-06-16 06:01:09 +00:00
Mario Rodas
954181759f
Merge pull request #237350 from marsam/update-bundler
...
bundler: 2.4.13 -> 2.4.14
2023-06-16 00:38:33 -05:00
Rafael Fernández López
566e9319a8
wasmtime: 9.0.3 -> 9.0.4
2023-06-15 23:22:15 +02:00
github-actions[bot]
036d56d643
Merge master into staging-next
2023-06-15 12:01:17 +00:00
R. Ryantm
a08dec0c4b
babashka: 1.3.180 -> 1.3.181
2023-06-15 05:03:07 +00:00
github-actions[bot]
0f19fc4c44
Merge master into staging-next
2023-06-14 18:01:25 +00:00
Martin Weinelt
968e2acec5
spidermonkey_102: 102.8.0 -> 102.12.0
2023-06-14 18:20:03 +02:00
Christina Sørensen
447099ec5d
kamilalisp: init at 0.2
...
A functional, flexible and concise Lisp inspired by Haskell and APL,
among others. A ground-up rewrite.
Release notes:
https://github.com/kspalaiologos/kamilalisp/releases/tag/v0.2o
2023-06-14 12:20:38 +00:00
github-actions[bot]
299918b25d
Merge master into staging-next
2023-06-13 06:01:14 +00:00
Pol Dellaiera
202850e1a1
Merge pull request #237187 from marsam/update-jruby
...
jruby: 9.3.9.0 -> 9.4.3.0
2023-06-13 05:53:18 +02:00