Commit Graph

8400 Commits

Author SHA1 Message Date
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
github-actions[bot]
a451dcf514
Merge master into staging-next 2023-08-24 06:01:14 +00:00
figsoda
73bbe4bbcf
Merge pull request #251026 from ereslibre/bump-wamr
wamr: 1.2.2 -> 1.2.3
2023-08-23 23:08:07 -04:00
Rafael Fernández López
8477a77375 wamr: 1.2.2 -> 1.2.3 2023-08-23 21:45:01 +02:00
github-actions[bot]
3e9e11f99a
Merge master into staging-next 2023-08-23 18:01:00 +00:00
Stig
da981d8ead
Merge pull request #250835 from superwhiskers/update-rakudo
rakudo: 2023.06 -> 2023.08
2023-08-23 16:36:45 +02:00
github-actions[bot]
11e56ed9bb
Merge master into staging-next 2023-08-23 12:01:03 +00:00
Matthias Beyer
1b8a4b6d0b
Merge pull request #250758 from ereslibre/bump-wasmtime
wasmtime: 11.0.1 -> 12.0.0
2023-08-23 08:52:56 +02:00
superwhiskers
02e4469bf3
rakudo: 2023.06 -> 2023.08 2023-08-22 15:55:09 -05:00
superwhiskers
e8d1a9c81d
nqp: 2023.06 -> 2023.08 2023-08-22 15:55:01 -05:00
superwhiskers
b569c2c353
moarvm: 2023.06 -> 2023.08 2023-08-22 15:54:49 -05:00
github-actions[bot]
f888200b3a
Merge master into staging-next 2023-08-22 18:00:55 +00:00
Rafael Fernández López
1f5fcea4fc wasmtime: 11.0.1 -> 12.0.0 2023-08-22 18:27:52 +02:00
figsoda
1890514644
Merge pull request #250432 from figsoda/rune 2023-08-22 10:06:16 -04:00
github-actions[bot]
602e1b2392
Merge staging-next into staging 2023-08-22 06:01:39 +00:00
Pol Dellaiera
9c446f8821
Merge pull request #250620 from NixOS/bump/php83-beta3
php83: 8.3.0beta2 -> 8.3.0beta3
2023-08-22 06:47:48 +02:00
github-actions[bot]
1f6fb14d17
Merge staging-next into staging 2023-08-22 00:02:25 +00:00
figsoda
cbdf9c6692 expr: 1.14.1 -> 1.14.3
Diff: https://github.com/antonmedv/expr/compare/v1.14.1...v1.14.3

Changelog: https://github.com/antonmedv/expr/releases/tag/v1.14.3
2023-08-21 17:18:51 -04:00
Pol Dellaiera
4aeaaae5cf
php83: 8.3.0beta2 -> 8.3.0beta3 2023-08-21 23:02:39 +02:00
Theodore Ni
130e063a3d
pypaInstallHook: enter "dist" directory before installing (#250464) 2023-08-21 08:45:47 +02:00
github-actions[bot]
6eac46a06d
Merge staging-next into staging 2023-08-21 06:01:22 +00:00
Theodore Ni
d494084017
Merge branch 'staging-next' into staging
Merging https://github.com/NixOS/nixpkgs/pull/245957 with https://github.com/NixOS/nixpkgs/pull/246022.
2023-08-20 20:09:45 -07:00
OTABI Tomoya
b0bf0a1c0b
Merge pull request #249693 from aaronjheng/janet
janet: 1.29.1 -> 1.30.0
2023-08-21 11:16:34 +09:00
Nick Cao
ef889c8c5d
Merge pull request #250420 from figsoda/expr
expr: 1.14.0 -> 1.14.1
2023-08-21 08:46:22 +08:00
figsoda
21676ee761 rune: init at 0.12.4
https://rune-rs.github.io/
2023-08-20 18:35:27 -04:00
figsoda
806ef309c5 expr: 1.14.0 -> 1.14.1
Diff: https://github.com/antonmedv/expr/compare/v1.14.0...v1.14.1

Changelog: https://github.com/antonmedv/expr/releases/tag/v1.14.1
2023-08-20 16:41:54 -04:00
Theodore Ni
dab839357e
Merge branch 'master' into staging-next
Had to merge https://github.com/NixOS/nixpkgs/pull/245957 and
https://github.com/NixOS/nixpkgs/pull/247245.
2023-08-20 12:01:22 -07:00
Artturi
bde196dde9
Merge pull request #245957 from amjoseph-nixpkgs/pr/lib/customization/makeScopeWithSplicing2 2023-08-20 18:57:05 +03:00
github-actions[bot]
435d3aef59
Merge staging-next into staging 2023-08-20 12:01:50 +00:00
github-actions[bot]
57d8f92a86
Merge master into staging-next 2023-08-20 12:01:23 +00:00
Matthias Beyer
0c4a08dbc3
Merge pull request #250274 from atorres1985-contrib/trealla
Trealla: 2.23.35 -> 2.24.21
2023-08-20 11:07:46 +02:00
Theodore Ni
dd1256d2ca python3.pkgs.pythonRelaxDepsHook: don't propagate wheel
The usage of wheel should be restricted to the hook. I discovered this
when trying to remove wheel from the Python bootstrap. Some packages
that needed wheel did not need it added explicitly because they use this
hook. This implicit change to the dependency tree shouldn't happen (even
though it is mostly harmless).
2023-08-20 11:00:51 +02:00
Theodore Ni
4e7188c39a python3.pkgs.buildPythonPackage: disable conflict check for setuptools and wheel
We can do this automatically for packages we know cannot use the
conflict check hook when it would lead to infinite recursion.
2023-08-20 10:59:47 +02:00
Theodore Ni
6c85fff302 python3.pkgs.buildPythonPackage: switch to PyPA build and installer 2023-08-20 10:59:47 +02:00
Theodore Ni
e8cca499a8 python2.{buildPythonPackage,buildPythonApplication}: extract into its own file
As we continue iterating on Python infrastructure for Python 3, some
code is starting to diverge for Python 2. If we copy the current state
of mk-python-derivation.nix and freeze it for Python 2, we can iterate
on it for Python 3 with more freedom.
2023-08-20 10:59:46 +02:00
Theodore Ni
93d25dda84 python3.pkgs.pypaBuildHook: switch to pyproject-build
Upstream's recommended "python -m build" way of invoking build fails
when the working directory contains a file named "build.py". This is
common for poetry projects that build C extensions.
2023-08-20 10:59:46 +02:00
Theodore Ni
a4d66bcc5f python3.pkgs.pypaInstallHook: init 2023-08-20 10:59:46 +02:00
Matthias Beyer
da0bf03073
Merge pull request #250254 from figsoda/risor
risor: 0.13.0 -> 0.14.0
2023-08-20 10:17:07 +02:00
Anderson Torres
69f8e0853a trealla: 2.24.0 -> 2.24.21 2023-08-19 21:13:39 -03:00
github-actions[bot]
8a62479e06
Merge staging-next into staging 2023-08-20 00:03:24 +00:00
Anderson Torres
25575ae935 trealla: 2.23.48 -> 2.24.0
- Set line editing library to isocline by default
- Set passthru.updateScript
2023-08-19 21:03:17 -03:00
github-actions[bot]
f6a4c6f912
Merge master into staging-next 2023-08-20 00:02:29 +00:00
Anderson Torres
2393e9d763 trealla: 2.23.35 -> 2.23.48
- Set strictDeps
- checkInputs -> nativeCheckInputs
2023-08-19 20:50:29 -03:00
Mario Rodas
68da27cd38
Merge pull request #250141 from marsam/update-bundler
bundler: 2.4.18 -> 2.4.19
2023-08-19 18:36:41 -05:00
figsoda
397f008615 risor: 0.13.0 -> 0.14.0
Diff: https://github.com/risor-io/risor/compare/v0.13.0...v0.14.0

Changelog: https://github.com/risor-io/risor/releases/tag/v0.14.0
2023-08-19 17:14:36 -04:00
Tom McLaughlin
bbfcab42fd
cling: tidy/simplify + add experimental libc++ support (#247253) 2023-08-19 16:19:01 -04:00
github-actions[bot]
9145b3fd81
Merge staging-next into staging 2023-08-19 18:01:22 +00:00
github-actions[bot]
b34f222b02
Merge master into staging-next 2023-08-19 18:00:51 +00:00
Matthias Beyer
94d1355413
Merge pull request #250143 from marsam/update-luau
luau: 0.590 -> 0.591
2023-08-19 18:17:04 +02:00
github-actions[bot]
bb1bf988bc
Merge staging-next into staging 2023-08-19 12:01:31 +00:00
github-actions[bot]
d3b2560b73
Merge master into staging-next 2023-08-19 12:01:03 +00:00
Theodore Ni
4ed77bebec
Merge pull request #247868 from doronbehar/pkg/python-tk-test
python.tests.tkinter: init
2023-08-19 04:04:24 -07:00
Doron Behar
ca499f6965 python.tests.tkinter: init 2023-08-19 14:00:56 +03:00
Mario Rodas
f852d375b7
Merge pull request #249455 from marsam/update-racket
racket,racket-minimal: 8.9 -> 8.10
2023-08-19 01:08:59 -05:00
Mario Rodas
cb0c5de164 luau: 0.590 -> 0.591
Diff: https://github.com/Roblox/luau/compare/0.590...0.591

Changelog: https://github.com/Roblox/luau/releases/tag/0.591
2023-08-19 04:20:00 +00:00
Mario Rodas
5b83b203e2 ruby.rubygems: 3.4.18 -> 3.4.19
Changelog: https://github.com/rubygems/rubygems/blob/v3.4.19/CHANGELOG.md
2023-08-19 04:20:00 +00:00
Theodore Ni
ece0953571
Merge branch 'staging-next' into staging 2023-08-18 16:02:27 -07:00
github-actions[bot]
1949ef2080
Merge master into staging-next 2023-08-18 18:00:57 +00:00
figsoda
fdad8eb089
Merge pull request #249542 from figsoda/expr 2023-08-18 13:06:35 -04:00
github-actions[bot]
03146a5454
Merge master into staging-next 2023-08-18 06:01:01 +00:00
Nick Cao
e19e2222d7
python3Packages.pythonNamespacesHook: use findutils from buildPackages (#249864) 2023-08-18 07:39:36 +02:00
Theodore Ni
f2cdd1c318
Merge pull request #243838 from akho/fix-243831
tcl: fix #243831
2023-08-17 15:16:18 -07:00
Aaron Jheng
e2fd2417f6
janet: 1.29.1 -> 1.30.0 2023-08-17 15:23:00 +08:00
github-actions[bot]
43454c8a64
Merge master into staging-next 2023-08-17 00:01:52 +00:00
Pol Dellaiera
2739707f97
Merge pull request #248383 from NixOS/php/bump-8.2.9
php82: 8.2.8 -> 8.2.9
2023-08-16 21:53:35 +02:00
Jan Tojnar
86797b2008 Merge branch 'staging-next' into staging
Conflicts:
- pkgs/development/libraries/qt-6/default.nix
  Merge a5b92645f1 and 0597d865ef
2023-08-16 19:37:11 +02:00
figsoda
9a61d7506f expr: init at 1.14.0
https://github.com/antonmedv/expr
2023-08-16 09:37:51 -04:00
github-actions[bot]
a5a93e1107
Merge master into staging-next 2023-08-16 06:01:05 +00:00
Mario Rodas
b35fda3793 racket,racket-minimal: 8.9 -> 8.10
Changelog: https://github.com/racket/racket/releases/tag/v8.10
2023-08-16 04:20:00 +00:00
github-actions[bot]
bc80066085
Merge master into staging-next 2023-08-16 00:01:57 +00:00
Thiago Kenji Okada
19921bdb76 clojure: 1.11.1.1356 -> 1.11.1.1386
Also update the URL location, fixing issue #249396.
2023-08-15 23:49:36 +01:00
R. Ryantm
80dcf0e37b zef: 0.18.2 -> 0.18.3 2023-08-15 18:26:25 +00:00
github-actions[bot]
af2c148bc3
Merge staging-next into staging 2023-08-14 18:01:33 +00:00
github-actions[bot]
674c2b1920
Merge master into staging-next 2023-08-14 18:01:03 +00:00
Artturi
300da0a691
Merge pull request #248988 from Artturin/matchoscopes
lib.customisation.makeScope: Make `overrideScope` consistent with `makeScopeWithSplicing`
2023-08-14 18:56:30 +03:00
Artturin
b93da3f4b7 treewide: overrideScope' -> overrideScope
`lib.makeScope` `overrideScope'` has been renamed to `overrideScope`

`fd --type f | xargs sd --string-mode "overrideScope'" "overrideScope"`
2023-08-14 18:46:47 +03:00
figsoda
6ab8bfb3a5
Merge pull request #248607 from figsoda/cyber 2023-08-14 09:27:20 -04:00
figsoda
74c5a69597
Merge pull request #248559 from figsoda/anko 2023-08-14 09:27:13 -04:00
figsoda
87332df335
Merge pull request #248558 from figsoda/yaegi 2023-08-14 09:27:05 -04:00
github-actions[bot]
a732780b6f
Merge staging-next into staging 2023-08-14 12:01:43 +00:00
github-actions[bot]
af70853335
Merge master into staging-next 2023-08-14 12:01:04 +00:00
Thiago Kenji Okada
d03b899c28
Merge pull request #249008 from r-ryantm/auto-update/clojure
clojure: 1.11.1.1347 -> 1.11.1.1356
2023-08-14 09:29:10 +00:00
Nick Cao
475a4bd899
Merge pull request #248561 from figsoda/cel
cel-go: init at 0.17.1
2023-08-14 00:19:07 -06:00
R. Ryantm
d7c643b3b5 clojure: 1.11.1.1347 -> 1.11.1.1356 2023-08-14 01:51:22 +00:00
Adam Joseph
cbc8aa437c treewide: use uncurried version of makeScopeWithSplicing 2023-08-14 02:51:10 +03:00
github-actions[bot]
35c245690f
Merge staging-next into staging 2023-08-13 18:01:28 +00:00
github-actions[bot]
12e030d6da
Merge master into staging-next 2023-08-13 18:00:59 +00:00
Weijia Wang
87983191a2
Merge pull request #248922 from cafkafk/cafk-kamilalisp-v0.3.0.1
kamilalisp: 0.2p -> 0.3.0.1
2023-08-13 17:35:00 +02:00
Christina Sørensen
33da3909e7
kamilalisp: 0.2p -> 0.3.0.1
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-08-13 16:17:18 +02:00
figsoda
9186d59d26 cel-go: init at 0.17.1
https://github.com/google/cel-go
2023-08-13 09:23:32 -04:00
夜坂雅
396095b811
renpy: 8.1.0 -> 8.1.1 2023-08-13 20:29:31 +08:00
github-actions[bot]
55fe9225c8
Merge staging-next into staging 2023-08-12 12:01:33 +00:00
github-actions[bot]
9f3079a7c3
Merge master into staging-next 2023-08-12 12:01:01 +00:00
Mario Rodas
2cd6171ba3
Merge pull request #248600 from marsam/update-luau
luau: 0.589 -> 0.590
2023-08-12 06:41:12 -05:00
github-actions[bot]
bb4eee2f74
Merge staging-next into staging 2023-08-12 06:01:19 +00:00
github-actions[bot]
e092a2a48d
Merge master into staging-next 2023-08-12 06:00:53 +00:00
Thiago Kenji Okada
5dda73a162
Merge pull request #248516 from thiagokokada/remove-version-from-python-relax-deps-hook
pythonRelaxDepsHook: remove version from pkg_name
2023-08-12 00:57:55 +00:00
OTABI Tomoya
41d65e418b
Merge pull request #248562 from figsoda/gpython
gpython: init at 0.2.0
2023-08-12 09:56:04 +09:00
github-actions[bot]
f9497b22eb
Merge master into staging-next 2023-08-12 00:01:47 +00:00
figsoda
0cc75a5ec7 cyber: init at unstable-2023-08-11
https://github.com/fubark/cyber
2023-08-11 19:26:12 -04:00
Matthias Beyer
3d1703e576
treewide: add matthiasbeyer to a bunch of packages (#248566) 2023-08-11 18:41:21 -04:00
figsoda
be02ea8a60 gpython: init at 0.2.0
https://github.com/go-python/gpython
2023-08-11 13:03:14 -04:00
figsoda
56f8886953 anko: init at 0.1.9
https://github.com/mattn/anko
2023-08-11 12:36:36 -04:00
figsoda
44759783f5 yaegi: init at 0.15.1
https://github.com/traefik/yaegi
2023-08-11 12:21:24 -04:00
Thiago Kenji Okada
98de48fc8f pythonRelaxDepsHook: remove version from pkg_name
Since the wheel file name is based on the package metadata instead of
what we set in the derivation, if you set the version as `unstable-YYYYMMDD`,
for example, the hook would silently fail. We will ignore the version
now and just use a glob instead to match anything that has the package
name in its path.

Fixes #248185.
2023-08-11 14:56:14 +01:00
github-actions[bot]
b4856800a9
Merge staging-next into staging 2023-08-11 06:01:25 +00:00
Mario Rodas
c601583152 luau: 0.589 -> 0.590
Diff: https://github.com/Roblox/luau/compare/0.589...0.590

Changelog: https://github.com/Roblox/luau/releases/tag/0.590
2023-08-11 04:20:00 +00:00
figsoda
699b9ad019 risor: 0.12.0 -> 0.13.0
Diff: https://github.com/risor-io/risor/compare/v0.12.0...v0.13.0

Changelog: https://github.com/risor-io/risor/releases/tag/v0.13.0
2023-08-10 21:31:55 -04:00
github-actions[bot]
1c6eb8b975
Merge staging-next into staging 2023-08-11 00:02:18 +00:00
Thiago Kenji Okada
f2e57f6f26
Merge pull request #248207 from jlesquembre/bb-rlwrap
babashka: make rlwrap optional in wrapper
2023-08-10 20:21:57 +00:00
José Luis Lafuente
2baf2502ea
babashka: make rlwrap optional in wrapper
Fixes #246839
2023-08-10 19:22:39 +02:00
Pol Dellaiera
1f093dfa6f
php82: 8.2.8 -> 8.2.9 2023-08-10 18:48:07 +02:00
github-actions[bot]
025b892dad
Merge staging-next into staging 2023-08-10 06:01:30 +00:00
Nick Cao
09019be5e4
Merge pull request #248142 from figsoda/wazero
wazero: 1.3.1 -> 1.4.0
2023-08-09 22:47:33 -06:00
github-actions[bot]
e896efe3b2
Merge staging-next into staging 2023-08-10 00:02:37 +00:00
Mario Rodas
0687388d9f
Merge pull request #247931 from marsam/update-luau
luau: 0.588 -> 0.589
2023-08-09 18:12:57 -05:00
figsoda
34ce871bbd wazero: 1.3.1 -> 1.4.0
Diff: https://github.com/tetratelabs/wazero/compare/v1.3.1...v1.4.0

Changelog: https://github.com/tetratelabs/wazero/releases/tag/v1.4.0
2023-08-09 09:58:01 -04:00
github-actions[bot]
80be812da1
Merge staging-next into staging 2023-08-09 06:01:27 +00:00
Ben Wolsieffer
02719f21e6
cpython: fix _PYTHON_SYSCONFIGDATA_NAME on armv7l with musl (#240770)
Python always uses "gnu" prefixed ABI names, and this patch handles this by
doing a musl->gnu string replacement.

With pkgsCross.armv7l-hf-multiplatform.pkgsStatic, the previous name was:
_sysconfigdata__linux_arm-linux-gnu
Now, the corrected name is:
_sysconfigdata__linux_arm-linux-gnueabihf
2023-08-09 07:16:58 +02:00
Nick Cao
05aa2f2780
Merge pull request #247835 from figsoda/risor
risor: 0.11.0 -> 0.12.0
2023-08-08 18:46:50 -06:00
github-actions[bot]
792f4d7934
Merge staging-next into staging 2023-08-08 18:01:27 +00:00
Sandro Jäckel
4514e57231 cpython: use correct variable to set meta.mainProgram 2023-08-08 17:25:28 +00:00
Mario Rodas
b46d4e9d45 luau: 0.588 -> 0.589
Diff: https://github.com/Roblox/luau/compare/0.588...0.589

Changelog: https://github.com/Roblox/luau/releases/tag/0.589
2023-08-08 04:20:00 +00:00
figsoda
e828eac45e risor: 0.11.0 -> 0.12.0
Diff: https://github.com/risor-io/risor/compare/v0.11.0...v0.12.0

Changelog: https://github.com/risor-io/risor/releases/tag/v0.12.0
2023-08-07 20:04:18 -04:00
github-actions[bot]
2e9323c2d4
Merge staging-next into staging 2023-08-08 00:02:19 +00:00
github-actions[bot]
4507a6bd1f
Merge master into staging-next 2023-08-08 00:01:49 +00:00
github-actions[bot]
597f030762
Merge staging-next into staging 2023-08-07 18:01:43 +00:00
github-actions[bot]
462b4c7567
Merge master into staging-next 2023-08-07 18:01:16 +00:00
figsoda
7ebeedef7b risor: 0.10.0 -> 0.11.0
Diff: https://github.com/risor-io/risor/compare/v0.10.0...v0.11.0

Changelog: https://github.com/risor-io/risor/releases/tag/v0.11.0
2023-08-07 12:54:35 -04:00
figsoda
d6286a6684 risor: init at 0.10.0
https://github.com/risor-io/risor
2023-08-06 16:57:26 -04:00
github-actions[bot]
57c45024b3
Merge master into staging-next 2023-08-06 12:01:39 +00:00
Mario Rodas
a1429b7bc2 ruby.rubygems: 3.4.17 -> 3.4.18
Changelog: https://github.com/rubygems/rubygems/blob/v3.4.18/CHANGELOG.md
2023-08-06 04:20:00 +00:00
Gabriel Arazas
524c7521b0 guile: cleanup setup hook 2023-08-06 16:10:17 +02:00
github-actions[bot]
b536c72108
Merge staging-next into staging 2023-08-06 12:02:05 +00:00
Adam Joseph
e67ff6614b
Merge pull request #247245 from Artturin/passthrufunthng1
Revert "Revert "python3: splice python within python3Packages.callPackage""
2023-08-05 21:33:38 +00:00
Weijia Wang
2cceb70b13 guile: add effectiveVersion and site{Ccache,}Dir 2023-08-05 22:00:00 +02:00
Artturin
8eff2eea8c Revert "Revert "python3: splice python within python3Packages.callPackage""
This reverts commit 2ffca30cde.

`793cc9d982415b71cdba729cf779bfc49e9d2ae7` `python3: splice python within python3Packages.callPackage`
Was reverted because it broke
`pkgsCross.aarch64-multiplatform.python3Packages.cryptography`

But by reverting the revert `pkgsCross.aarch64-multiplatform.python3Packages.cryptography` still builds.

I tried reverting the 2 cryptography update commits, and it still
worked, so I do not know why this would work now.
2023-08-05 02:37:16 +03:00
github-actions[bot]
3af9469ebd
Merge master into staging-next 2023-08-04 18:01:05 +00:00
Pol Dellaiera
140b6662aa php83: 8.3.0beta2 -> 8.3.0beta3 2023-08-04 08:54:36 +02:00
Pol Dellaiera
0c66bba455 php81: 8.1.21 -> 8.1.22
Security release
Changelog: https://www.php.net/ChangeLog-8.php#8.1.22
2023-08-04 08:53:02 +02:00
github-actions[bot]
0542af4e29
Merge master into staging-next 2023-08-04 00:02:04 +00:00
Jan Malakhovski
5852f26bdc treewide: noop: refer to src.name or similar in sourceRoot where appropriate, part 1: trivial cases 2023-08-03 16:32:03 +00:00
github-actions[bot]
5827446dce
Merge master into staging-next 2023-08-03 00:01:56 +00:00
Robert Hensing
f8f9f13d57
Merge pull request #246386 from hercules-ci/lib-getExe-dont-make-name-assumption
lib.getExe: Do not make assumptions about the main program
2023-08-02 20:05:52 +02:00
github-actions[bot]
e985f375f2
Merge master into staging-next 2023-08-02 12:01:27 +00:00
R. Ryantm
e1d395d39b erlang: 25.3.2.4 -> 25.3.2.5 2023-08-02 17:31:22 +08:00
Robert Hensing
34ee0260ec treewide: Add meta.mainProgram
Based on ofborg feedback.
Part of https://github.com/NixOS/nixpkgs/pull/246386
2023-08-01 12:21:05 +02:00
github-actions[bot]
88c2e66d47
Merge master into staging-next 2023-07-31 00:02:09 +00:00
figsoda
aacc8f2b2d
Merge pull request #246149 from marsam/update-luau
luau: 0.584 -> 0.588
2023-07-30 15:58:17 -04:00