Thiago Kenji Okada
795e0c0851
pypy310: init at 3.7.12
2023-09-25 12:21:36 +01:00
Thiago Kenji Okada
2b0c3f0001
pypy39: 3.7.11 -> 3.7.12
2023-09-25 12:07:50 +01:00
Thiago Kenji Okada
e0874acbdd
pypy27: 7.3.11 -> 7.3.12
2023-09-25 12:03:58 +01:00
Thiago Kenji Okada
9b15be3aa9
pythonInterpreters.pypy39_prebuilt: 7.3.11 -> 7.3.12
2023-09-25 12:03:19 +01:00
Thiago Kenji Okada
6ae570f76b
pythonInterpreters.pypy27_prebuilt: 3.7.11 -> 3.7.12
2023-09-25 11:50:03 +01:00
Frederik Rietdijk
f4822bb295
Merge pull request #254309 from pbsds/flit-prune
...
python3Packages.flitBuildHook: remove
2023-09-25 11:34:15 +02:00
Karel Kočí
48926aa490
jimtcl: Fix cross compilation and allow disable of SDL
...
Jimtcl is dependency of OpenOCD that does not need SDL. For some
embedded systems it is beneficial to not pull in graphics related
dependencies to reduce the size. The second reason is that right now
SDL_gfx is not cross compiling and thus OpenOCD can't be cross compiled
either.
This also fixes cross compilation of Jimtcl itself. The attempt to cross
compile resulted in:
No installed jimsh or tclsh, building local bootstrap jimsh0
The solution here is to add jimtcl to native build dependencies in case
of cross compilation.
2023-09-25 11:01:02 +02:00
Adrian Pistol
d75b2f56d0
erlang_26: 26.0.2 -> 26.1
2023-09-25 10:47:08 +02:00
github-actions[bot]
74240c390b
Merge staging-next into staging
2023-09-24 18:01:25 +00:00
github-actions[bot]
03a82ba5d4
Merge master into staging-next
2023-09-24 18:00:54 +00:00
Pol Dellaiera
52a6bc0baa
php83: 8.3.0RC1 -> 8.3.0RC2
2023-09-24 12:38:43 +02:00
github-actions[bot]
035c6df194
Merge staging-next into staging
2023-09-24 00:03:26 +00:00
github-actions[bot]
0e6413dbff
Merge master into staging-next
2023-09-24 00:02:23 +00:00
Mario Rodas
caca9e871f
Merge pull request #256879 from marsam/update-luau
...
luau: 0.594 -> 0.596
2023-09-23 17:35:00 -05:00
R. Ryantm
85050921e9
janet: 1.30.0 -> 1.31.0
2023-09-23 21:59:56 +02:00
github-actions[bot]
0de27a8a5a
Merge staging-next into staging
2023-09-23 12:01:36 +00:00
github-actions[bot]
3180ce092d
Merge master into staging-next
2023-09-23 12:01:04 +00:00
Doron Behar
bdaaadf620
Merge pull request #256333 from doronbehar/pkg/qscintilla
...
qscintilla: move to qt{5,6}Packages.nix
2023-09-23 11:36:20 +00:00
Artturi
c340dea08d
Merge pull request #251460 from refi64/tcl-binary-wrapper
2023-09-23 05:52:21 +03:00
Peder Bergebakken Sundt
bdda7b0a53
python3Packages.flitBuildHook: remove
2023-09-22 21:11:24 +02:00
github-actions[bot]
583877beb2
Merge master into staging-next
2023-09-22 18:01:00 +00:00
Nick Cao
8c2cdea0fe
Merge pull request #256597 from figsoda/cyber
...
cyber: unstable-2023-09-07 -> unstable-2023-09-19
2023-09-22 09:48:24 -04:00
Mario Rodas
cf9f680274
luau: 0.594 -> 0.596
...
Diff: https://github.com/Roblox/luau/compare/0.594...0.596
Changelog: https://github.com/Roblox/luau/releases/tag/0.596
2023-09-22 04:20:00 +00:00
figsoda
030a6618f3
cyber: unstable-2023-09-07 -> unstable-2023-09-19
...
Diff: 98022d0b8d...f95cd189cf
2023-09-21 20:05:07 -04:00
github-actions[bot]
c651d7d9e9
Merge master into staging-next
2023-09-22 00:02:14 +00:00
Rafael Fernández López
fc5941fad3
wasmtime: 12.0.1 -> 13.0.0
2023-09-21 23:40:36 +02:00
github-actions[bot]
25421963c7
Merge master into staging-next
2023-09-21 18:00:53 +00:00
Adam Stephens
e12483116b
elixir_1_15: 1.15.5 -> 1.15.6
2023-09-21 17:52:43 +00:00
github-actions[bot]
4c610adf95
Merge master into staging-next
2023-09-21 12:01:19 +00:00
Doron Behar
138eebe549
qscintilla: move to qt{5,6}Packages.nix
...
Since it is a somewhat common library, with support for multiple qt
versions, it is safer to put each version of it in libsForQt5 and
qt6Packages attribute sets. Also, it is cleaner to put the darwin
if-else inside the expression, in relation to https://github.com/NixOS/rfcs/pull/140 .
2023-09-21 11:45:35 +03:00
Doron Behar
8ace65ff3d
treewide: use finalAttrs in all packages I maintain ( #255902 )
...
* mpd-touch-screen-gui: use finalAttrs in mkDerivation; reformat
* musescore: use finalAttrs in mkDerivation
* syncthingtray: use stdenv.mkDerivation with a function; reformat
* ocrfeeder: use finalAttrs in mkDerivation; reformat
* castget: use finalAttrs in mkDerivation
* gnome-network-displays: use finalAttrs in mkDerivation
* mailreaders: use finalAttrs in mkDerivation
* mswatch: use finalAttrs in mkDerivation
* uhd: use finalAttrs in mkDerivation
* maxima: use finalAttrs in mkDerivation
* qalculate-gtk: use finalAttrs in mkDerivation
* qalculate-qt: use finalAttrs in mkDerivation
* wxmaxima: use finalAttrs in mkDerivation
* lammps: use finalAttrs in mkDerivation
* mlterm: use finalAttrs in mkDerivation
* video-trimmer: use finalAttrs in mkDerivation
* nerdfonts: use finalAttrs in mkDerivation
* gnomeExtensions.easyScreenCast: use finalAttrs in mkDerivation
* octave: use finalAttrs in mkDerivation; reformat
* comedilib: use finalAttrs in mkDerivation
* cpp-utilities: use finalAttrs in mkDerivation
* libsForQt5.kpeoplevcard: use finalAttrs in mkDerivation; reformat
* liberio: use finalAttrs in mkDerivation
* libqalculate: use finalAttrs in mkDerivation; reformat
* libwtk-sdl2: use finalAttrs in mkDerivation
* libsForQt5.pulseaudio-qt: use finalAttrs in mkDerivation; reformat
* qrupdate: use finalAttrs in mkDerivation; reformat
* libsForQt5.qtforkawesome: use finalAttrs in mkDerivation; reformat
* libsForQt5.qtutilities: use finalAttrs in mkDerivation; reformat
* sqlitecpp: use finalAttrs in mkDerivation; reformat
* tweeny: use finalAttrs in mkDerivation
* volk: use finalAttrs in mkDerivation
* wiringpi: use finalAttrs in mkDerivation
* snzip: use finalAttrs in mkDerivation; reformat
* bpm-tools: use finalAttrs in mkDerivation; reformat
* sacd: use finalAttrs in mkDerivation
* gtk-gnutella: use finalAttrs in mkDerivation; reformat
* sile: use finalAttrs in mkDerivation
* pplatex: use finalAttrs in mkDerivation; reformat
2023-09-21 11:31:17 +03:00
github-actions[bot]
2b20c287ac
Merge master into staging-next
2023-09-21 00:02:13 +00:00
Martin Weinelt
eaf1374d93
Merge pull request #256132 from SuperSandro2000/python2
...
python2: 2.7.18.6 -> 2.7.18.7
2023-09-21 00:51:12 +02:00
Fabián Heredia Montiel
b2f85dbf28
Merge remote-tracking branch 'origin/master' into staging-next
2023-09-20 15:08:16 -06:00
Yorick
093b47090f
Merge pull request #256213 from mweinelt/python3.12-rc3
...
python312: 3.12.0rc2 -> 3.12.0rc3
2023-09-20 22:30:49 +02:00
figsoda
369edf3a17
expr: 1.15.2 -> 1.15.3
...
Diff: https://github.com/antonmedv/expr/compare/v1.15.2...v1.15.3
Changelog: https://github.com/antonmedv/expr/releases/tag/v1.15.3
2023-09-20 10:15:43 -04:00
Martin Weinelt
f74c16f4fc
python312: 3.12.0rc2 -> 3.12.0rc3
...
https://docs.python.org/3.12/whatsnew/changelog.html#python-3-12-0rc3
2023-09-20 03:10:36 +02:00
Sandro Jäckel
63f0a174a0
python2: 2.7.18.6 -> 2.7.18.7
2023-09-19 16:18:58 +02:00
github-actions[bot]
e68e375a72
Merge master into staging-next
2023-09-19 00:02:18 +00:00
Weijia Wang
6d13f7d3fa
Merge pull request #255891 from NickCao/wasmer-followup
...
wasmer: disable tests
2023-09-18 23:25:46 +02:00
figsoda
be057ad025
risor: 0.17.0 -> 1.1.1
...
Diff: https://github.com/risor-io/risor/compare/v0.17.0...v1.1.1
Changelog: https://github.com/risor-io/risor/releases/tag/v1.1.1
2023-09-18 11:07:52 -04:00
Nick Cao
a6fe29c2fb
wasmer: disable tests
2023-09-18 09:38:07 -04:00
github-actions[bot]
9fd6a65a3a
Merge master into staging-next
2023-09-18 12:01:07 +00:00
Oleksii Filonenko
0535d0bfbb
Merge pull request #247847 from NickCao/wasmer
...
wasmer: 4.0.0 -> 4.2.0
2023-09-18 13:30:59 +03:00
github-actions[bot]
cb25ab46c1
Merge master into staging-next
2023-09-18 00:02:10 +00:00
skykanin
359ea22552
cbqn: 0.3.0 -> 0.4.0
2023-09-17 15:47:34 -03:00
skykanin
f063cddf7e
singeli: unstable-2023-04-27 -> unstable-2023-09-12
2023-09-17 15:47:34 -03:00
github-actions[bot]
d2fdbb7e40
Merge master into staging-next
2023-09-17 18:00:59 +00:00
simonzkl
8144a83583
{nickel,nls}: 1.1.1 -> 1.2.1
2023-09-17 12:14:03 -03:00
Artturin
b0c2a800d6
tcl.tclPackageHook: inherit maintainers and platforms
2023-09-17 05:07:55 +03:00
Ryan Gonzalez
1e3148d3fe
tcl.tclPackageHook: Use makeBinaryWrapper
...
Given the number of entries in TCLLIBPATH when using tcllib, this
results in some massive startup time speedups:
```
$ nix shell 'nixpkgs#tcl2048' -c sh -c 'echo q | time 2048'
```
takes .44s on master but only .01s with this change.
2023-09-17 05:05:20 +03:00
github-actions[bot]
c43057cfb6
Merge staging-next into staging
2023-09-16 18:01:34 +00:00
Lassulus
67b2f14549
Merge pull request #254547 from DavHau/fix-pyproject-build
...
python3.pkgs.pypaBuildHook: fix conflicts via propagated inputs
2023-09-15 21:40:45 +02:00
Mario Rodas
1f1268b332
ruby_3_3: preview1 -> preview2
...
Changelog: https://www.ruby-lang.org/en/news/2023/09/14/ruby-3-3-0-preview2-released/
2023-09-15 04:20:00 +00:00
Frederik Rietdijk
53dd1a6edb
Merge pull request #254136 from figsoda/python
...
python310Packages.buildPythonPackage: introduce pyproject option
2023-09-14 18:33:49 +02:00
Elis Hirwing
350cac13cf
Merge pull request #248184 from NixOS/php/add-new-builder-only
...
php: add new Composer builder
2023-09-14 07:50:27 +02:00
Pol Dellaiera
b36ad2f517
php: add new builder buildComposerProject
2023-09-13 15:00:03 +02:00
github-actions[bot]
f90dd167f5
Merge master into staging-next
2023-09-13 12:01:05 +00:00
ajs124
f85cec7548
erlang23: remove
2023-09-13 11:33:11 +00:00
Anderson Torres
92832ddf04
trealla: migrate to by-name hierarchy
2023-09-13 10:43:38 +00:00
Jan Tojnar
1cd6d30f2f
Merge branch 'master' into staging-next
2023-09-13 12:03:35 +02:00
Fabián Heredia Montiel
ff323ed355
treewide: vendorSha256 → vendorHash
...
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2023-09-13 01:03:44 -06:00
figsoda
6893201945
python310Packages.buildPythonPackage: introduce pyproject option
2023-09-12 19:54:03 -04:00
DavHau
c57e6b692a
python3.pkgs.pypaBuildHook: fix conflicts
...
This modifies the pypaBuildHook to not propagate its own python dependencies into the build environment. This prevents package conflicts.
- modify pypa-build-hook.sh to call pyproject-build via an absolute path. This removes the need of putting the dependencies inside the hook's propagatedBuildInputs
- remove the hook's dependencies from propagatedBuildInputs
- add a passthru test to the hook testing for the fix
2023-09-12 21:04:26 +02:00
Nick Cao
e241729cc6
Merge pull request #254768 from figsoda/expr
...
expr: 1.15.1 -> 1.15.2
2023-09-12 14:23:34 -04:00
github-actions[bot]
41b9c0a6d9
Merge master into staging-next
2023-09-12 18:01:00 +00:00
R. Ryantm
4bedf3d74c
erlang: 25.3.2.5 -> 25.3.2.6
2023-09-12 17:18:43 +00:00
figsoda
bdd31057ee
expr: 1.15.1 -> 1.15.2
...
Diff: https://github.com/antonmedv/expr/compare/v1.15.1...v1.15.2
Changelog: https://github.com/antonmedv/expr/releases/tag/v1.15.2
2023-09-12 10:17:39 -04:00
Nick Cao
babf61b6e3
wasmer: 4.1.2 -> 4.2.0
...
Diff: https://github.com/wasmerio/wasmer/compare/refs/tags/v4.1.2...v4.2.0
2023-09-11 21:05:43 -04:00
Nick Cao
66a5b626e1
wasmer: 4.1.1 -> 4.1.2
...
Diff: https://github.com/wasmerio/wasmer/compare/refs/tags/v4.1.1...v4.1.2
2023-09-11 21:04:20 -04:00
Nick Cao
399f01d509
wasmer: 4.0.0 -> 4.1.1
...
Diff: https://github.com/wasmerio/wasmer/compare/refs/tags/v4.0.0...v4.1.1
2023-09-11 21:04:19 -04:00
Anderson Torres
3fc613c5ba
Merge branch 'master' into staging-next
2023-09-11 23:25:38 +00:00
Mario Rodas
93342cd1dd
mujs: fix darwin dylib
2023-09-11 15:53:54 +00:00
Vladimír Čunát
d94c20a495
Merge #252900 : luajit_2_*: update
...
...into staging-next
2023-09-11 17:29:27 +02:00
Martin Weinelt
1faf0ef118
Merge pull request #254221 from natsukium/cpython312/update
...
python312: 3.12.0b4 -> 3.12.0rc2; python38: 3.8.17 -> 3.7.18; python39: 3.9.17 -> 3.9.18
2023-09-11 16:47:20 +02:00
github-actions[bot]
b6eb350562
Merge master into staging-next
2023-09-10 00:02:16 +00:00
Leandro Reina
a391639845
python3Packages.sphinxHook: Fix cross compilation
...
Failed due to using host sphinx instead of build one.
2023-09-09 21:34:33 +02:00
natsukium
0a6f3b5857
python39: 3.9.17 -> 3.9.18
...
https://docs.python.org/release/3.9.18/whatsnew/changelog.html
Fixes: CVE-2023-40217
2023-09-09 19:42:16 +09:00
natsukium
ab5b8e656a
python38: 3.8.17 -> 3.8.18
...
https://docs.python.org/release/3.8.18/whatsnew/changelog.html
Fixes: CVE-2023-40217
2023-09-09 19:42:16 +09:00
natsukium
bc9bf8621c
python312: 3.12.0b4 -> 3.12.0rc2
...
https://docs.python.org/3.12/whatsnew/changelog.html#python-3-12-0rc2
Fixes: CVE-2023-40217
2023-09-09 19:42:07 +09:00
github-actions[bot]
a376e04925
Merge master into staging-next
2023-09-09 00:02:10 +00:00
Weijia Wang
fa9cf917f8
Merge pull request #254030 from marsam/update-luau
...
luau: 0.593 -> 0.594
2023-09-08 20:37:14 +02:00
github-actions[bot]
87ae839e33
Merge master into staging-next
2023-09-08 18:00:54 +00:00
Stig Palmquist
9f815be605
perldevel: remove
...
- Removes `perldevel` and `perldevelPackages`
perldevel (and perldevelPackages) are supposed to track the latest
development version of perl. This package is rarely updated, and usually
cause issues updating stable versions of perl since perl-cross releases
don't include patches for development versions
2023-09-08 14:22:00 +00:00
Pol Dellaiera
701ab935f7
Merge pull request #254001 from NixOS/php/update-configure-phase
...
php: fix `genfiles` calls
2023-09-08 15:41:55 +02:00
Stig
6b7d60a687
Merge pull request #253930 from r-ryantm/auto-update/zef
...
zef: 0.18.3 -> 0.19.1
2023-09-08 14:17:34 +02:00
Pol Dellaiera
dd57b3f250
php: fix path to genfiles
2023-09-08 12:11:02 +02:00
github-actions[bot]
d987b47512
Merge master into staging-next
2023-09-08 06:00:58 +00:00
Mario Rodas
6d260b4755
luau: 0.593 -> 0.594
...
Diff: https://github.com/Roblox/luau/compare/0.593...0.594
Changelog: https://github.com/Roblox/luau/releases/tag/0.594
2023-09-08 04:20:00 +00:00
R. Ryantm
cb1d6c17a3
zef: 0.18.3 -> 0.19.1
2023-09-08 01:35:14 +00:00
Artturi
57095e2505
Merge pull request #227818 from marius851000/python_win
2023-09-08 04:28:40 +03:00
github-actions[bot]
542aa87231
Merge master into staging-next
2023-09-08 00:02:13 +00:00
figsoda
788dc509e1
cyber: unstable-2023-09-01 -> unstable-2023-09-07
...
Diff: 1dae891be5...98022d0b8d
2023-09-07 14:34:37 -04:00
github-actions[bot]
204bfce523
Merge staging-next into staging
2023-09-07 00:02:49 +00:00
Weijia Wang
a214dd519d
Merge pull request #252024 from meppu/elixir
...
elixir_1_15: 1.15.4 -> 1.15.5
2023-09-07 01:34:05 +02:00
marius david
a02761d722
python311: enable cross-compilation to windows
2023-09-07 02:16:21 +03:00
figsoda
e9df04de5b
expr: 1.15.0 -> 1.15.1
...
Diff: https://github.com/antonmedv/expr/compare/v1.15.0...v1.15.1
Changelog: https://github.com/antonmedv/expr/releases/tag/v1.15.1
2023-09-06 10:40:42 -04:00
github-actions[bot]
0ade538ea0
Merge staging-next into staging
2023-09-06 12:01:43 +00:00
Vladimír Čunát
401c8ea76f
Merge #253265 : wasmtime: fix build due to cargo-auditable issue
...
...into staging-next
2023-09-06 08:09:08 +02:00
github-actions[bot]
848091ac53
Merge staging-next into staging
2023-09-06 06:01:30 +00:00
Valter Nazianzeno
05f82739df
emilua: init at 0.4.3
2023-09-06 02:25:43 +00:00
github-actions[bot]
bcf3e3f1c8
Merge staging-next into staging
2023-09-06 00:02:28 +00:00
Jacob Moody
3e185fa73a
femtolisp: add meta.mainProgram
2023-09-05 15:06:49 -05:00
Rafael Fernández López
884c080079
wasmtime: fix build due to cargo-auditable issue
...
`cargo-auditable` is not able to process the `c-api` crate
`Cargo.toml` due to the inclusion of the new `dep:` keyword in crate
features.
2023-09-04 15:50:17 +02:00
Luka Blaskovic
01901b6df5
luajit: add optional arg enableRegisterAllocationRandomization
...
https://github.com/LuaJIT/LuaJIT/issues/1062#issuecomment-1698272269
2023-09-04 08:19:06 +00:00
Luka Blaskovic
64566a5234
luajit_2_0: 2.0.5-2022-09-13 -> 2.0.1693340858
2023-09-04 06:17:47 +00:00
Luka Blaskovic
3691e28cd9
luajit_2_1: 2.1.0-2022-10-04 -> 2.1.1693350652
2023-09-04 06:17:47 +00:00
github-actions[bot]
56d6f06bb1
Merge staging-next into staging
2023-09-03 18:01:33 +00:00
Artturi
67088d4153
Merge pull request #244162 from SuperSandro2000/python-include-pythonm
2023-09-03 19:13:34 +03:00
Thiago Kenji Okada
4ce5750c0c
Merge pull request #253100 from jlesquembre/bb-tools-version
...
Set default `clojure tools` version used by babashka to the same version provided by Clojure
2023-09-03 12:23:36 +00:00
Mario Rodas
05a5bbc719
Merge pull request #252837 from figsoda/cel-go
...
cel-go: 0.17.1 -> 0.18.0
2023-09-03 06:42:41 -05:00
José Luis Lafuente
d8f8919d39
babashka: 1.3.181 -> 1.3.184
2023-09-03 13:26:10 +02:00
José Luis Lafuente
5869b5d68b
babashka: default to CLJ_TOOLS version provided by Clojure
2023-09-03 13:22:28 +02:00
Martin Weinelt
284b4ef9f2
Merge pull request #253086 from bobby285271/add/mozjs115
...
spidermonkey_115: init at 115.2.0
2023-09-03 13:12:52 +02:00
Bobby Rong
0ab1e26024
spidermonkey_115: init at 115.2.0
...
Based on https://src.fedoraproject.org/rpms/mozjs115 .
* js/src/configure.in is gone.
* build/cargo-linker is ported to python.
2023-09-03 18:28:07 +08:00
Pol Dellaiera
913dbe6f3c
php82: 8.2.9 -> 8.2.10
2023-09-03 09:29:24 +02:00
Pol Dellaiera
e908e69416
php81: 8.1.22 -> 8.1.23
2023-09-03 09:28:34 +02:00
Mario Rodas
f2ca894e6a
luau: 0.592 -> 0.593
...
Diff: https://github.com/Roblox/luau/compare/0.592...0.593
Changelog: https://github.com/Roblox/luau/releases/tag/0.593
2023-09-02 04:20:00 +00:00
Weijia Wang
52d5437fed
Merge pull request #252828 from figsoda/cyber
...
cyber: unstable-2023-08-24 -> unstable-2023-09-01
2023-09-01 23:51:04 +02:00
figsoda
260a449f8e
cel-go: 0.17.1 -> 0.18.0
...
Diff: https://github.com/google/cel-go/compare/v0.17.1...v0.18.0
Changelog: https://github.com/google/cel-go/releases/tag/v0.18.0
2023-09-01 16:07:37 -04:00
figsoda
9fcb9d577f
cyber: unstable-2023-08-24 -> unstable-2023-09-01
...
Diff: be76bc1359...1dae891be5
2023-09-01 14:52:41 -04:00
Doron Behar
3d621a81a8
Merge pull request #252629 from r-ryantm/auto-update/octave
...
octave: 8.2.0 -> 8.3.0
2023-09-01 12:15:59 +00:00
R. Ryantm
addd09afcb
clojure: 1.11.1.1405 -> 1.11.1.1413
2023-09-01 06:37:10 +00:00
Sandro Jäckel
28c0cd5b17
cpython: remove broken include/python3.X/python3.Xm symlink
...
The m flag was removed in Python 3.8:
https://docs.python.org/3/whatsnew/3.8.html#build-and-c-api-changes
Co-authored-by: Anders Kaseorg <26471+andersk@users.noreply.github.com>
2023-09-01 02:52:50 +03:00
figsoda
8068ea271a
expr: 1.14.3 -> 1.15.0 ( #252565 )
...
Diff: https://github.com/antonmedv/expr/compare/v1.14.3...v1.15.0
Changelog: https://github.com/antonmedv/expr/releases/tag/v1.15.0
2023-08-31 23:08:29 +02:00
R. Ryantm
cca0cba839
octave: 8.2.0 -> 8.3.0
2023-08-31 19:14:49 +00:00
Pol Dellaiera
621ea0a5d0
php83: 8.3.0beta3 -> 8.3.0RC1
2023-08-31 16:53:41 +02:00
figsoda
a5b1a52b28
Merge pull request #251881 from figsoda/risor
2023-08-31 08:42:14 -04:00
R. Ryantm
ac635405a6
joker: 1.2.0 -> 1.3.0
2023-08-31 03:56:05 +00:00
Randy Eckenrode
f8382587d9
guile_3_0: fix build with clang 16 on x86_64-darwin
...
Guile 3.0 calls `__sincos`, which should be defined in `math.h`, but the
version of that header in the 10.12 SDK is very old (predating 10.12).
Until there is a version of that header available, use the 11.0 SDK to
build Guile.
2023-08-30 17:02:36 -04:00
Randy Eckenrode
98bd3171dc
guile_2_2: fix build with clang 16 on x86_64-darwin
...
Guile 2.2 calls `__sincos`, which should be defined in `math.h`, but the
version of that header in the 10.12 SDK is very old (predating 10.12).
Until there is a version of that header available, use the 11.0 SDK to
build Guile.
2023-08-30 17:02:35 -04:00
Weijia Wang
499ae1b4e3
Merge pull request #251368 from r-ryantm/auto-update/clojure
...
clojure: 1.11.1.1386 -> 1.11.1.1405
2023-08-29 23:46:57 +02:00
meppu
fa5c7c1916
elixir_1_15: 1.15.4 -> 1.15.5
2023-08-28 21:43:32 +03:00
figsoda
6e7daaa641
risor: 0.15.0 -> 0.17.0
...
Diff: https://github.com/risor-io/risor/compare/v0.15.0...v0.17.0
Changelog: https://github.com/risor-io/risor/releases/tag/v0.17.0
2023-08-27 22:30:31 -04:00
Theodore Ni
80a74ec050
Merge branch 'master' into staging-next
...
Manually fixed a merge conflict between https://github.com/NixOS/nixpkgs/pull/227900
and https://github.com/NixOS/nixpkgs/pull/246022 .
2023-08-26 16:08:02 -07:00
github-actions[bot]
3503eea847
Merge master into staging-next
2023-08-26 18:00:55 +00:00
figsoda
ed68c1f0fc
cyber: unstable-2023-08-11 -> unstable-2023-08-24
...
Diff: 242ba2573c...be76bc1359
2023-08-26 11:57:12 -04:00
github-actions[bot]
4cdbb53d13
Merge master into staging-next
2023-08-26 12:01:05 +00:00
github-actions[bot]
7acb56e802
Merge master into staging-next
2023-08-26 06:00:59 +00:00
Mario Rodas
59a7584c68
luau: 0.591 -> 0.592
...
Diff: https://github.com/Roblox/luau/compare/0.591...0.592
Changelog: https://github.com/Roblox/luau/releases/tag/0.592
2023-08-26 04:20:00 +00:00
figsoda
9b5ec78e14
risor: 0.14.0 -> 0.15.0
...
Diff: https://github.com/risor-io/risor/compare/v0.14.0...v0.15.0
Changelog: https://github.com/risor-io/risor/releases/tag/v0.15.0
2023-08-25 22:57:38 -04:00
Franz Pletz
8a6e70a19f
Merge pull request #251476 from atorres1985-contrib/trealla
...
trealla: 2.24.21 -> 2.25.2
2023-08-26 03:26:59 +02:00
figsoda
770eccce4f
Merge pull request #251164 from figsoda/wazero
2023-08-25 21:02:55 -04:00
Anderson Torres
2910486972
trealla: 2.24.21 -> 2.25.2
2023-08-25 20:42:40 -03:00
Rafael Fernández López
c774901f15
wasmtime: 12.0.0 -> 12.0.1
2023-08-25 22:52:53 +02:00
R. Ryantm
d516998a89
clojure: 1.11.1.1386 -> 1.11.1.1405
2023-08-25 13:29:53 +00:00
figsoda
5bbc8c04c7
wazero: set meta.mainProgram
2023-08-24 14:08:33 -04:00
figsoda
685130dad4
wazero: 1.4.0 -> 1.5.0
...
Diff: https://github.com/tetratelabs/wazero/compare/v1.4.0...v1.5.0
Changelog: https://github.com/tetratelabs/wazero/releases/tag/v1.5.0
2023-08-24 09:24:05 -04:00
github-actions[bot]
4328391132
Merge master into staging-next
2023-08-24 12:01:05 +00:00
Mario Rodas
4f5e435b93
mujs: install shared lib
2023-08-24 09:37:12 +01:00