Commit Graph

9428 Commits

Author SHA1 Message Date
isabel
63aceac766 treewide: remove unused occurence of fetchFromGitHub argument 2024-05-30 05:56:07 +00:00
github-actions[bot]
a21afc1d92
Merge staging-next into staging 2024-05-29 12:01:33 +00:00
Anthony Roussel
3d17ec58d4
ruby.rubygems: 3.5.10 -> 3.5.11 2024-05-29 11:08:45 +02:00
Anderson Torres
dcc123b733
dbqn: migrate to by-name (#314612)
Also, changed the default `buildNativeImage` to false, in order not to bring
graalvm-ce as a dependency by accident.
2024-05-29 06:55:01 +00:00
github-actions[bot]
5d00e5e0c3
Merge staging-next into staging 2024-05-28 12:01:48 +00:00
nicoo
a0a26d5be3
Merge #311543: update mbqn, migrate bqn to by-name/ 2024-05-28 11:28:14 +00:00
John Ericson
1d7f5c818a
Merge pull request #311767 from rhelmot/freebsd-minimal3/cpython
python3: fix build on native FreeBSD
2024-05-27 11:04:58 -04:00
Audrey Dutcher
948d0cf589 python3: fix build on native FreeBSD
* Make use of libxcrypt conditional (documented inline)
* Patch use of uname to to not pull in some impure information
* Various cases where behavior is split out among operating systems are
  now inclusive of FreeBSD
2024-05-26 11:48:09 -07:00
Anderson Torres
fb6123bedf cbqn: 0.6.0 -> 0.7.0
Also other sources were updated:
- cbqn-bytecode:  0-unstable-2023-12-04 -> 0-unstable-2024-05-22
- replxx: didn't change
- singeli: 0-unstable-2023-12-29 -> 0-unstable-2024-02-26
2024-05-26 12:53:31 -03:00
Anderson Torres
4897c075fc cbqn: 0.5.0 -> 0.6.0
Also other sources were updated:
- cbqn-bytecode: 0-unstable-2023-05-17 -> 0-unstable-2023-12-04
- replxx: didn't change
- singeli: 0-unstable-2023-11-21 -> 0-unstable-2023-12-29
2024-05-26 12:53:31 -03:00
Anderson Torres
9127f7b3e8 cbqn: huge refactor
- Reorder input set to ASCIIbetical order
- Gather all sources into sources.nix file
  - Including cbqn itself and the submodules
- Better names for the inputs
- Get rid of null
- Reorder expression to the hammering guidelines
- Update meta
  - get rid of nested with
  - license list
2024-05-26 12:53:31 -03:00
Anderson Torres
dfeff03c6f bqn: migrate to by-name
Also, alias mbqn.
2024-05-26 10:56:52 -03:00
Anderson Torres
448c182dff mbqn: unstable-2023-05-17 -> 0-unstable-2024-05-13 2024-05-26 10:56:52 -03:00
github-actions[bot]
d0f5d1af6a
Merge staging-next into staging 2024-05-26 12:01:46 +00:00
Bas van Dijk
cbb848547a wasmtime: disable checks on all aarch64 platforms 2024-05-25 00:28:13 +02:00
Bas van Dijk
cca07f139d wasmtime: fix build on aarch64-darwin
The check phase fails on aarch64-darwin because of:

```
$ nix-build -A wasmtime
...
buildPhase completed in 1 minutes 41 seconds
Running phase: checkPhase
Executing cargoCheckHook
++ cargo test -j 10 --profile release --target aarch64-apple-darwin --frozen -- --test-threads=10
...
       >   error: linker `rust-lld` not found
       >     |
       >     = note: No such file or directory (os error 2)
       >
       >   error: could not compile `wasi-preview1-component-adapter` (lib) due to 1 previous error
```

I tried to bring `lld` into scope and set `RUSTFLAGS = "-C linker=lld`
but I couldn't get the tests to build. So I just disabled them on aarch64-darwin.
2024-05-25 00:12:37 +02:00
github-actions[bot]
a73d2d9b62
Merge staging-next into staging 2024-05-24 12:01:26 +00:00
Matthias Beyer
6096246acc
Merge pull request #314191 from r-ryantm/auto-update/wasmer
wasmer: 4.2.7 -> 4.3.1
2024-05-24 10:45:13 +02:00
Aleksana
835297d87f
Merge pull request #313894 from siraben/s9fes-darwin
s9fes: fix build on darwin
2024-05-24 15:03:25 +08:00
R. Ryantm
3259f97ac0 wasmer: 4.2.7 -> 4.3.1 2024-05-24 05:34:13 +00:00
Sigmanificient
203a48ad35 pkgs/development: remove unused fetchpatch arguments 2024-05-24 02:53:57 +02:00
github-actions[bot]
7655996362
Merge staging-next into staging 2024-05-23 18:02:28 +00:00
Leona Maroni
afb3d6b219
Merge pull request #309794 from stuebinm/gauche-bootstrap-dependency
gauche: remove dependency onto gaucheBootstrap
2024-05-23 15:27:40 +02:00
github-actions[bot]
044fbf6429
Merge staging-next into staging 2024-05-23 12:02:05 +00:00
Pol Dellaiera
a18047b6ad
Merge pull request #312231 from drupol/build-support/php/init-composer-with-plugin
build-support/php: init new builder `php.buildComposerWithPlugin`, refactor `php.packages.composer`, etc
2024-05-23 12:03:42 +02:00
Ben Siraphob
cbcb982a1d
s9fes: fix build on darwin 2024-05-23 14:07:53 +07:00
github-actions[bot]
dfe5aa3439
Merge staging-next into staging 2024-05-22 18:01:30 +00:00
Rafael Fernández López
a6adf126b2
wasmtime: 20.0.2 -> 21.0.0 (#313230) 2024-05-22 16:59:28 +00:00
github-actions[bot]
a3599a93ae
Merge staging-next into staging 2024-05-21 12:01:47 +00:00
github-actions[bot]
262ee2400e
Merge master into staging-next 2024-05-21 12:01:13 +00:00
superherointj
06683c1ab4
Merge pull request #313173 from chiroptical/update_erlang_27
erlang_27: init 27.0; erlang_27-rc3: remove
2024-05-21 07:50:15 -03:00
github-actions[bot]
0327923ced
Merge staging-next into staging 2024-05-21 06:01:56 +00:00
github-actions[bot]
dd2012ab67
Merge master into staging-next 2024-05-21 06:01:14 +00:00
R. Ryantm
a89f97564f elixir: 1.16.2 -> 1.16.3 2024-05-21 01:38:20 +00:00
chiroptical
060707a021 erlang_27-rc3: remove 2024-05-20 20:40:16 -04:00
chiroptical
c257b3e4a7 erlang_27: init 27.0 2024-05-20 19:49:12 -04:00
Pol Dellaiera
bd92bef332
php.buildComposerWithPlugin: init new builder 2024-05-19 22:10:02 +02:00
Stanislav Asunkin
4257438318 luajit_2_1: 2.1.1693350652 -> 2.1.1713773202 2024-05-19 21:45:33 +03:00
Stanislav Asunkin
3e05406f80 luajit_2_0: 2.0.1693340858 -> 2.0.1713483859 2024-05-19 21:45:13 +03:00
github-actions[bot]
bd935fc9b7
Merge staging-next into staging 2024-05-19 12:01:42 +00:00
github-actions[bot]
e18e972af2
Merge master into staging-next 2024-05-19 12:01:13 +00:00
Pol Dellaiera
78189e06e1
racket: reformat using nixfmt-rfc-style 2024-05-19 10:48:42 +02:00
Pol Dellaiera
de106b66b4
racket-minimal: 8.12 -> 8.13 2024-05-19 10:47:45 +02:00
R. Ryantm
2ecce462e9 racket: 8.12 -> 8.13 2024-05-19 01:15:28 +00:00
github-actions[bot]
85eec9cfb4
Merge staging-next into staging 2024-05-18 12:01:47 +00:00
github-actions[bot]
9a96b85a88
Merge master into staging-next 2024-05-18 12:01:16 +00:00
Matthias Beyer
b067844813
Merge pull request #311250 from r-ryantm/auto-update/wazero
wazero: 1.7.1 -> 1.7.2
2024-05-18 09:07:23 +02:00
Mario Rodas
0ad21db5a5
Merge pull request #308871 from anthonyroussel/update-bundler
bundler: 2.5.9 -> 2.5.10, ruby.rubygems: 3.5.9 -> 3.5.10
2024-05-16 00:30:38 -05:00
github-actions[bot]
d85d40bf55
Merge staging-next into staging 2024-05-15 18:01:24 +00:00
github-actions[bot]
bb81a9932e
Merge master into staging-next 2024-05-15 18:00:59 +00:00
Doron Behar
e48763abd3
Merge pull request #311943 from doronbehar/pkg/octave-wrap-xdg
octave.buildEnv: fix Exec= line in .desktop file
2024-05-15 19:07:14 +03:00
Doron Behar
2bf27860a0 octave.buildEnv: fix Exec= line in .desktop file
Fixes #311926.
2024-05-15 16:05:16 +03:00
Alyssa Ross
4dec85d68b meson.setupHook: always set --print-errorlogs
Otherwise, the logs are discarded, unless you built with
--keep-failed.
2024-05-14 21:26:19 +02:00
github-actions[bot]
3dca1f33f8
Merge staging-next into staging 2024-05-14 18:01:45 +00:00
github-actions[bot]
a47743431b
Merge master into staging-next 2024-05-14 18:01:03 +00:00
7c6f434c
167594dc4b
Merge pull request #311073 from 7c6f434c/pypy-no-pycparser
pypy: drop pycparser dependency to fix build
2024-05-14 14:34:22 +00:00
Alyssa Ross
b757e385e6 emilua: use mesonCheckFlags 2024-05-14 14:24:41 +02:00
github-actions[bot]
c9632eb724
Merge master into staging-next 2024-05-14 06:01:02 +00:00
Leah Amelia Chen
b881e25eb6 renpy: reformat with nixfmt-rfc-style and migrate to by-name 2024-05-13 21:46:20 +02:00
Leah Amelia Chen
20b8d480ee renpy: 8.1.3 -> 8.2.1
Also switched to `pyproject = true;` for `pythonPackages.pygame-sdl2`,
and added a dependency on Harfbuzz for Ren'Py
2024-05-13 21:45:07 +02:00
Leah Amelia Chen
8ef2c4f994 renpy: unbreak by compiling with Cython 0.x
Ren'Py does not like Cython 3.x :(
See renpy/renpy#5359.
2024-05-13 20:36:02 +02:00
R. Ryantm
170117170a wazero: 1.7.1 -> 1.7.2 2024-05-13 03:33:18 +00:00
lassulus
3501d3565e
Merge pull request #311122 from phaer/catch-conflicts-exponential
pythonCatchConflictsHook: prevent exponential worst-case
2024-05-12 22:07:45 +02:00
Michael Raskin
be3dadb563 pypy: drop pycparser dependency to fix build 2024-05-12 16:01:00 +02:00
github-actions[bot]
42828a757c
Merge master into staging-next 2024-05-11 18:01:23 +00:00
Jan Tojnar
4be4408157 Merge branch 'master' into staging-next
; Conflicts:
;	maintainers/scripts/luarocks-packages.csv
;	pkgs/development/lua-modules/generated-packages.nix
2024-05-11 12:47:40 +02:00
Pol Dellaiera
ac1f62247c
php83: 8.3.6 -> 8.3.7
diff: https://github.com/php/php-src/compare/php-8.3.6..php-8.3.7
changelog: https://www.php.net/ChangeLog-8.php#8.3.7
2024-05-10 22:21:26 +02:00
Pol Dellaiera
7b31aeefa1
php82: 8.2.18 -> 8.2.19
diff: https://github.com/php/php-src/compare/php-8.2.18..php-8.2.19
changelog: https://www.php.net/ChangeLog-8.php#8.2.19
2024-05-10 22:19:47 +02:00
Nick Cao
5071f2af03
Merge pull request #310425 from kiike/zhf/emilua
emilua: 0.7.2 -> 0.7.3, reformat
2024-05-10 10:31:56 -04:00
Martin Weinelt
d029669a9a
Merge pull request #309477 from Atry/patch-4
python: add an error message for debugging infinite recursion
2024-05-10 09:58:07 +02:00
Enric Morales
54ed3f7659
emilua: 0.7.2 -> 0.7.3, reformat 2024-05-09 23:44:59 +02:00
OTABI Tomoya
7b03b33128
Merge pull request #310312 from mweinelt/python-3.13.0b1
python313: 3.13.0a6 -> 3.13.0b1
2024-05-10 00:18:50 +09:00
Nick Cao
71b564be80
Merge pull request #310180 from ereslibre/bump-wasmtime
wasmtime: 20.0.1 -> 20.0.2
2024-05-09 09:27:11 -04:00
github-actions[bot]
f496548573
Merge master into staging-next 2024-05-09 12:01:21 +00:00
Martin Weinelt
98e7084e4a
python313: 3.13.0a6 -> 3.13.0b1
https://docs.python.org/3.13/whatsnew/changelog.html#python-3-13-0b1
2024-05-09 13:32:38 +02:00
éclairevoyant
9f038dd682
Merge pull request #309375 from OPNA2608/fix/stableVersion/pkgs-stuff
treewide: Fix some unstableGitUpdater users
2024-05-09 10:03:46 +00:00
Rafael Fernández López
d78764a623
wasmtime: 20.0.1 -> 20.0.2 2024-05-08 20:51:39 +02:00
github-actions[bot]
798dfbbedb
Merge master into staging-next 2024-05-08 00:02:03 +00:00
Yt
eadf144bc5
Merge pull request #309624 from r-ryantm/auto-update/erlang_javac
erlang_javac: 25.3.2.11 -> 25.3.2.12
2024-05-07 21:19:38 +00:00
Jonas Meurer
229bf85d5f
rustpython: 0.3.0 -> 0.3.1
The package can not be build with Rust 1.76.0 or later. The issue was
fixed in 0.3.1.
2024-05-07 16:42:00 +02:00
stuebinm
fe06c43d70 gauche: remove dependency onto gaucheBootstrap
This reduces closure size of the built package by about a third.

The only reference to gaucheBootstrap in the built package was in
$out/share/gauche-0.98/0.9.13/package-templates/configure, where it is
incorrect: anyone using the template shipped with the gauche package
would have unintentially used the bootstrap version of gauche instead.
2024-05-07 11:36:55 +02:00
github-actions[bot]
9b53839f00
Merge master into staging-next 2024-05-07 00:02:04 +00:00
R. Ryantm
a151199195 clojure: 1.11.3.1456 -> 1.11.3.1463 2024-05-06 19:19:53 +00:00
R. Ryantm
3b86519273 erlang_javac: 25.3.2.11 -> 25.3.2.12 2024-05-06 18:47:47 +00:00
github-actions[bot]
4781c03d7f
Merge master into staging-next 2024-05-06 18:01:20 +00:00
Aleksana
860e65d270
Merge pull request #309097 from r-ryantm/auto-update/jruby
jruby: 9.4.6.0 -> 9.4.7.0
2024-05-06 23:07:38 +08:00
Yang, Bo
002054c95f python: add error message for debugging infinite recursion 2024-05-06 07:04:21 +00:00
github-actions[bot]
041bd1cdf7
Merge master into staging-next 2024-05-05 18:00:54 +00:00
Weijia Wang
d9d779e692
Merge pull request #307900 from r-ryantm/auto-update/risor
risor: 1.5.2 -> 1.6.0
2024-05-05 19:26:47 +02:00
OPNA2608
85a40080aa nelua: unstable-2024-04-20 -> 0-unstable-2024-04-20 2024-05-05 16:24:56 +02:00
OPNA2608
402d9d64e2 femtolisp: unstable-2023-07-12 -> 0-unstable-2023-07-12 2024-05-05 16:23:08 +02:00
Jan Tojnar
100509c030 Merge branch 'staging-next' into staging
Conflicts in luaPackages.luarocks-nix:

- 8b563cd9f9 switched to the new version format (prefixed by 0 since there was no relevant last tag in the branch).
  bc4f6fa543 bumped version and switched to the new version format. But the tag used is not part of the branch the commit comes from (master).

  Used the new version but replaced the tag prefix with 0.

- b73ec84b9e removed meta (it is already set in the overridden luarocks). But that would cause the update script to try to update the overridden luarocks (as did the previously used old.meta).
  bf311d950e modified meta to fix the update script properly.

  Kept the meta from the latter since it allows update script to work.
2024-05-05 14:50:32 +02:00
R. Ryantm
76766e2e4e jruby: 9.4.6.0 -> 9.4.7.0 2024-05-04 19:43:36 +00:00
Weijia Wang
b8f096091b
Merge pull request #307966 from donovanglover/picoc
picoc: 2015-05-04 -> 2.1-unstable-2018-06-05
2024-05-04 15:22:21 +02:00
Weijia Wang
efd76ba1ef picoc: fix build on all hydra platforms 2024-05-04 14:36:17 +02:00
github-actions[bot]
29623ebbb8
Merge staging-next into staging 2024-05-04 06:01:54 +00:00
Valter Nazianzeno
a013465da2
emilua: 0.6.0 -> 0.7.2 (#308155) 2024-05-04 05:55:38 +03:00
Nick Cao
bc0ebb22e2
Merge pull request #308855 from ereslibre/bump-wasmtime
wasmtime: 20.0.0 -> 20.0.1
2024-05-03 21:40:16 -04:00
github-actions[bot]
63659f437f
Merge staging-next into staging 2024-05-04 00:02:40 +00:00
Yt
33d738eb12
Merge pull request #308689 from r-ryantm/auto-update/erlang_26
erlang_26: 26.2.4 -> 26.2.5
2024-05-03 21:34:34 +00:00
Anthony Roussel
4720fb16c3
ruby.rubygems: 3.5.9 -> 3.5.10
https://github.com/rubygems/rubygems/releases/tag/v3.5.10
2024-05-03 21:15:06 +02:00
Rafael Fernández López
abf0d76426 wasmtime: 20.0.0 -> 20.0.1 2024-05-03 19:31:05 +02:00
R. Ryantm
8665b999b6 erlang_26: 26.2.4 -> 26.2.5 2024-05-03 02:24:19 +00:00
Matthieu Coudron
1efd78948f
Merge pull request #305799 from teto/teto/update-lua-packages
update lua package set + several small fixes
2024-05-02 01:19:01 +02:00
github-actions[bot]
67f8ba4a30
Merge master into staging-next 2024-05-01 18:01:22 +00:00
K900
a9c7210d0b Merge branch 'master' into staging-next 2024-05-01 09:37:47 +03:00
John Ericson
266cdd7d37 treewide: freebsd13 -> freebsd
Co-authored-by: Alyssa Ross <hi@alyssa.is>
2024-04-30 18:20:23 -04:00
Matthieu C.
6427d04c23 lua:: reworked setup-hook to source utils.sh
which contains lua shell utilities that can be reused during the
creation of an environment.
Makes sense because the generation of LUA_PATH is a bit different than
other ecosystems.
2024-05-01 00:18:44 +02:00
Matthieu C.
a4d954080f lua: fixed the way to create environments
`paths =  requiredLuaModules (extraLibs ++ [ lua ] );` would discard lua
and so in absence of a propagated lua, the lua.withPackages would return
an empty bin/ directory.
2024-05-01 00:11:49 +02:00
Nick Cao
e8ea9292b7
Merge pull request #307778 from r-ryantm/auto-update/zef
zef: 0.21.4 -> 0.22.0
2024-04-30 08:40:53 -04:00
superherointj
75e8877006
Merge pull request #306826 from elcuervo/update/ruby_3_2
ruby_3_2: 3.2.3 -> 3.2.4
2024-04-30 09:29:52 -03:00
Weijia Wang
23cbc3c2b3 Merge branch 'master' into staging-next 2024-04-30 13:24:52 +02:00
Donovan Glover
5ed0f58083
picoc: update homepage 2024-04-30 04:33:57 -04:00
Donovan Glover
f25b436961
picoc: add missing phase hooks 2024-04-30 04:33:04 -04:00
Donovan Glover
a683496076
picoc: 2015-05-04 -> 2.1-unstable-2018-06-05 2024-04-30 04:32:13 -04:00
R. Ryantm
b833ee02af risor: 1.5.2 -> 1.6.0 2024-04-30 04:19:00 +00:00
Thiago Kenji Okada
5d6e3342f2
Merge pull request #307798 from r-ryantm/auto-update/clojure
clojure: 1.11.2.1446 -> 1.11.3.1456
2024-04-29 22:39:22 +01:00
R. Ryantm
05800ba8a0 clojure: 1.11.2.1446 -> 1.11.3.1456 2024-04-29 16:47:07 +00:00
R. Ryantm
a0e3dcd812 zef: 0.21.4 -> 0.22.0 2024-04-29 15:19:56 +00:00
R. Ryantm
1b6022e263 boron: 2.0.8 -> 2.1.0 2024-04-29 06:20:14 +00:00
Jan Tojnar
1b2ebb8fbb Merge branch 'master' into staging-next 2024-04-28 17:33:27 +02:00
Frederik Rietdijk
5772ac5a75 Removing FRidh as active maintainer of packages
In the past I was very active with Python packaging.
For several years now I was hardly around as maintainer,
so it does not make sense I am listed as a maintainer for
these makes. Looking back, I should have removed myself
as maintainer already much longer ago. Anyway, better late
than never.

It's been a fun ride, and  I do intend to occasionally contribute
to Nixpkgs, but not in the same way it once was.
2024-04-28 12:20:07 +02:00
Weijia Wang
37876dbdad Merge branch 'master' into staging-next 2024-04-27 05:44:19 +02:00
Weijia Wang
88679d4eff
Merge pull request #305432 from r-ryantm/auto-update/janet
janet: 1.33.0 -> 1.34.0
2024-04-27 04:09:06 +02:00
Ben Wolsieffer
f9de72f247 pythonCatchConflictsHook: split propagated-build-inputs on runs of whitespace
Currently, nix-support/propagated-build-inputs is parsed by splitting on
a single space. This means that if this file contains multiple spaces
separating two paths, the build_inputs list will end up containing an
empty string.

Instead, call split() with no arguments, which splits on runs of
whitespace and also ignores whitespace at the beginning and end of the
string, eliminating the need for strip().
2024-04-26 21:05:42 -04:00
Ben Wolsieffer
7f14d675a7 pythonCatchConflictsHook: cleanup due to visiting each path once
Now that we only visit each path once, a few things can be simplified.
We no longer have to keep a list of different dependency chains leading
to a package, since only one chain will ever be found. Also, the already
visited check also takes care of cycles, so the other cycle check can be
removed.
2024-04-26 21:05:42 -04:00
Ben Wolsieffer
a25e43e6d7 pythonCatchConflictsHook: prevent exponential worst-case
The hook performs a depth first search on the graph defined by
propagatedBuildInputs. This traverses all paths through the graph,
except for any cycles. In the worst case with a highly connected graph,
this search can take exponential time. In practice, this means that in
cases with long dependency chains and multiple packages depending on the
same package, the hook can take several hours to run.

Avoid this problem by keeping track of already visited paths and only
visiting each path once. This makes the search complete in linear time.

The visible effect of this change is that, if a conflict is found, only
one dependency chain that leads to the conflicting package is printed,
rather than all the possible dependency chains.
2024-04-26 21:05:42 -04:00
Ben Wolsieffer
21833407b4 pythonCatchConflictsHook: add test for multiple dependency chains
Add a test where a conflicting package can be found at the end of
multiple dependency chains. This is far too simple an example to
demonstrate the ill effects of exponential time complexity, but does
serve to demonstrate how the error output changes when each path is only
visited once.
2024-04-26 21:05:41 -04:00
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
Vladimír Čunát
d157c07324
Merge branch 'master' into staging-next 2024-04-25 20:43:34 +02:00
elcuervo
6663dbfa1b
ruby_3_2: 3.2.3 -> 3.2.4 2024-04-25 14:39:12 -03:00
github-actions[bot]
d0efe40740
Merge master into staging-next 2024-04-25 06:01:20 +00:00
R. Ryantm
7c219aea66 nelua: unstable-2024-02-03 -> unstable-2024-04-20 2024-04-25 00:31:54 +00:00
Mario Rodas
acba655f26
Merge pull request #306286 from marsam/ruby
ruby: 3.1.4 -> 3.1.5, 3.2.3 -> 3.2.4, 3.3.0 -> 3.3.1
2024-04-24 07:56:46 -05:00
Vladimír Čunát
1b357187a9
Merge branch 'master' into staging-next 2024-04-24 08:22:34 +02:00
Mario Rodas
2becf6e837 maintainers: drop marsam 2024-04-24 04:20:00 +00:00
Mario Rodas
126feda420
Merge pull request #306116 from ereslibre/bump-wasmtime
wasmtime: 19.0.2 -> 20.0.0
2024-04-23 20:28:50 -05:00
Mario Rodas
c41af36650
Merge pull request #306200 from ereslibre/bump-wamr
wamr: 1.3.2 -> 2.0.0
2024-04-23 19:00:24 -05:00
Yt
cffb1159fd
Merge pull request #305100 from chiroptical/chiroptical/erlang-27-rc3
erlang_27: rc2 -> rc3
2024-04-23 21:03:35 +00:00
Rafael Fernández López
db9700fdf0 wamr: 1.3.2 -> 2.0.0 2024-04-23 09:31:39 +02:00
Mario Rodas
e49c774d68 ruby_3_3: 3.3.0 -> 3.3.1
Changelog: https://github.com/ruby/ruby/releases/tag/v3_3_1

Release Notes: https://www.ruby-lang.org/en/news/2024/04/23/ruby-3-3-1-released/
2024-04-23 04:20:00 +00:00
Mario Rodas
938384a7a5 ruby_3_2: 3.2.3 -> 3.2.4
Changelog: https://github.com/ruby/ruby/releases/tag/v3_2_4

Release Notes: https://www.ruby-lang.org/en/news/2024/04/23/ruby-3-2-4-released/
2024-04-23 04:20:00 +00:00
Mario Rodas
f6d863e1c2 ruby_3_1: 3.1.4 -> 3.1.5
Changelog: https://github.com/ruby/ruby/releases/tag/v3_1_5

Release Notes: https://www.ruby-lang.org/en/news/2024/04/23/ruby-3-1-5-released/
2024-04-23 04:20:00 +00:00
Rafael Fernández López
a71a9aea0c wasmtime: 19.0.2 -> 20.0.0 2024-04-23 00:16:00 +02:00
github-actions[bot]
3aa8ef1d54
Merge staging-next into staging 2024-04-20 12:01:42 +00:00
R. Ryantm
5c4f18afbe janet: 1.33.0 -> 1.34.0 2024-04-20 01:09:37 +00:00
R. Ryantm
b9f8dcfaf1 babashka-unwrapped: 1.3.189 -> 1.3.190 2024-04-20 01:06:16 +00:00
chiroptical
6e6181d1d8 erlang_27: rc2 -> rc3 2024-04-18 13:06:29 -04:00
github-actions[bot]
5c2b2d5b74
Merge master into staging-next 2024-04-17 18:01:04 +00:00
Pol Dellaiera
7a445b4728
Merge pull request #303883 from abathur/bats_1_11
bats: 1.10.0 -> 1.11.0, resholve: fix related test breakage
2024-04-17 19:21:37 +02:00
github-actions[bot]
d94833deff
Merge staging-next into staging 2024-04-17 18:01:36 +00:00
R. Ryantm
8f82a1f0d5 expr: 1.16.4 -> 1.16.5 2024-04-17 00:52:50 +00:00
Travis A. Everett
1f9a9252a7 bats: 0.10.0 -> 0.11.0
Also conditionally excludes pkill from resolution on macOS, since the
procps package should contain pkill on other platforms.
2024-04-16 15:58:16 -05:00
github-actions[bot]
d3b241dbfd
Merge staging-next into staging 2024-04-16 18:01:24 +00:00
github-actions[bot]
feedc73bee
Merge master into staging-next 2024-04-16 18:00:57 +00:00
Nick Cao
053be0cc59
Merge pull request #304435 from r-ryantm/auto-update/wazero
wazero: 1.7.0 -> 1.7.1
2024-04-16 09:38:46 -04:00
github-actions[bot]
0367a29b65
Merge staging-next into staging 2024-04-16 12:01:45 +00:00
github-actions[bot]
a459b363de
Merge master into staging-next 2024-04-16 12:01:11 +00:00
Mario Rodas
6c8c1732ff
Merge pull request #303451 from ereslibre/bump-wasmtime-19
wasmtime: 19.0.1 -> 19.0.2
2024-04-16 06:25:07 -05:00
github-actions[bot]
e506b5706f
Merge staging-next into staging 2024-04-16 06:01:35 +00:00
github-actions[bot]
a34a6c51cd
Merge master into staging-next 2024-04-16 06:01:08 +00:00
R. Ryantm
2638a70016 wazero: 1.7.0 -> 1.7.1 2024-04-16 04:54:00 +00:00
Mario Rodas
a7721427c1
Merge pull request #300750 from amarshall/ruby-cargohash-failure
ruby: improve failure message when missing cargoHash
2024-04-15 20:55:08 -05:00
github-actions[bot]
08524fc7d6
Merge staging-next into staging 2024-04-15 18:01:24 +00:00
github-actions[bot]
4d2386d2dd
Merge master into staging-next 2024-04-15 18:00:56 +00:00
github-actions[bot]
d54f055fd4
Merge staging-next into staging 2024-04-15 12:01:29 +00:00
github-actions[bot]
4908c48bf5
Merge master into staging-next 2024-04-15 12:01:00 +00:00
Mario Rodas
573746b5c0
Merge pull request #303663 from anthonyroussel/update/ruby
bundler: 2.5.7 -> 2.5.9, ruby.rubygems: 3.5.7 -> 3.5.9
2024-04-15 02:08:02 -05:00
Vladimír Čunát
3bcf0470d8
Revert #303176: "buildLuarocksPackage: rework fixup phase"
This reverts commit ddefcf284c.
Breakages need figuring out, reverting for now:
https://github.com/NixOS/nixpkgs/pull/303176#issuecomment-2053910614
2024-04-15 07:17:32 +02:00
Mario Rodas
8f4266af56 luau: 0.620 -> 0.621
Diff: https://github.com/luau-lang/luau/compare/0.620...0.621

Changelog: https://github.com/luau-lang/luau/releases/tag/0.621
2024-04-15 04:20:00 +00:00
Pol Dellaiera
8cc90d43b4
php81: add missing patch
To fix broken hydra build: https://hydra.nixos.org/build/256263019/nixlog/2
2024-04-14 21:15:36 +02:00
github-actions[bot]
257e7bee59
Merge master into staging-next 2024-04-14 14:04:38 +00:00
Yt
038cdc993a
Merge pull request #303750 from chiroptical/add-erlang_27-rc2
erlang_27: init at 27-rc2
2024-04-14 12:01:36 +00:00
Yt
2a963398e3
Merge pull request #303824 from r-ryantm/auto-update/erlang
erlang: 25.3.2.10 -> 25.3.2.11
2024-04-14 11:58:16 +00:00
OTABI Tomoya
d97cd093db
Merge pull request #303478 from mweinelt/python-3.13.0a6
python313: 3.13.0a5 -> 3.13.0a6
2024-04-14 18:31:20 +09:00
Barry Moore
92b656e044 erlang_27: init at 27-rc2 2024-04-13 21:27:59 -04:00
Travis A. Everett
7fb2aab015 bats: add bats-tested packages to passthru.tests
It would have been ~easy for someone to update bats without noticing
whether the update broke any packages that depend directly on the
nixpkgs-packaged bats for their tests. (I'm phrasing this tediously
because there are also some packages that vendor a copy of bats.)

Hopefully this will make it easier to confirm future updates.
2024-04-13 12:58:44 -05:00
Travis A. Everett
bb0331762d bats: reformat passthru.tests
Upcoming commit will add packages that use bats to passthru.tests,
which is a little more clear when this is one attrset.

Splitting this format-only change out for easier review.
2024-04-13 12:51:13 -05:00
github-actions[bot]
561b7b74f8
Merge master into staging-next 2024-04-13 12:01:23 +00:00
R. Ryantm
8b3a6eab4c erlang: 25.3.2.10 -> 25.3.2.11 2024-04-13 11:24:41 +00:00
Pol Dellaiera
4370f64a6c
Merge pull request #303711 from Ma27/bump-phps
php: 8.1.27 -> 8.1.28, 8.2.17 -> 8.2.18, 8.3.4 -> 8.3.6, fix CVE-2024-2756, CVE-2024-3096, CVE-2024-2757
2024-04-13 09:22:36 +02:00
github-actions[bot]
5a301eda67
Merge master into staging-next 2024-04-13 00:02:05 +00:00
Maximilian Bosch
c6e4e72218
php83: 8.3.4 -> 8.3.6, fix CVE-2024-2756, CVE-2024-3096, CVE-2024-2757
Announcement: https://news-web.php.net/php.announce/424
2024-04-12 23:14:37 +02:00
Maximilian Bosch
147dffac94
php82: 8.2.17 -> 8.2.18, fix CVE-2024-2756, CVE-2024-3096
Announcement: https://news-web.php.net/php.announce/423
2024-04-12 23:14:36 +02:00
Maximilian Bosch
d12c76c716
php81: 8.1.27 -> 8.1.28, fix CVE-2024-2756, CVE-2024-3096
Announcement: https://news-web.php.net/php.announce/425
2024-04-12 23:14:36 +02:00
Anthony Roussel
9c41cab75c
ruby.rubygems: 3.5.7 -> 3.5.9
https://github.com/rubygems/rubygems/releases/tag/v3.5.9
2024-04-12 19:00:01 +02:00
R. Ryantm
90cdf140e0 erlang_26: 26.2.3 -> 26.2.4 2024-04-12 13:00:18 +00:00
Vladimír Čunát
24d4f2cd52
Merge branch 'staging' into staging-next
Conflicts (tried to quickly resolve somehow, checked eval):
	pkgs/development/python-modules/apsw/default.nix
	pkgs/development/python-modules/mido/default.nix
	pkgs/development/python-modules/pytest-bdd/default.nix
	pkgs/development/python-modules/sparse/default.nix
2024-04-12 07:06:54 +02:00
Martin Weinelt
72502ca655
python313: 3.13.0a5 -> 3.13.0a6
https://docs.python.org/3.13/whatsnew/changelog.html#python-3-13-0-alpha-6
2024-04-12 00:27:07 +02:00
Rafael Fernández López
2b2b9dd4eb
wasmtime: 19.0.1 -> 19.0.2 2024-04-11 22:39:45 +02:00
Sandro Jäckel
b3b12c2d08 Revert "Fix venv creation in Python environments"
This commit reverts all python changes from 234bb31f61.
2024-04-11 08:26:39 -07:00
Sandro Jäckel
636edfdeb1 Revert "Unwrap python scripts when building an environment"
This reverts commit 96118850f3.
2024-04-11 08:26:39 -07:00
Tom McLaughlin
46f5689c73 cling: add a smoke test 2024-04-11 00:46:01 -07:00
Martin Weinelt
9f67702776
Merge pull request #303057 from mweinelt/python-3.12.3_3.11.9
python312: 3.12.2 -> 3.12.3; python311: 3.11.8 -> 3.11.9
2024-04-11 09:15:22 +02:00
Matthieu Coudron
ddefcf284c buildLuarocksPackage: rework fixup phase
I was working on lua tests, enabling nlua and I started overriding
postFixup, which removed the default phase for build-luarocks-package so
instead let's make it a proper phase.
2024-04-11 00:30:31 +02:00
Yt
0057749884
Merge pull request #302986 from r-ryantm/auto-update/erlang_24
erlang_24: 24.3.4.16 -> 24.3.4.17
2024-04-10 21:22:56 +00:00
Martin Weinelt
e05a3ec1ce
cpython: disable failing passthru tests on darwin
````
usage: virtualenv [--version] [--with-traceback] [-v | -q] [--read-only-app-data] [--app-data APP_DATA] [--reset-app-data] [--upgrade-embed-wheels] [--discovery {builtin}] [-p py] [--try-first-with py_exe]
                  [--creator {builtin,cpython3-posix,venv}] [--seeder {app-data,pip}] [--no-seed] [--activators comma_sep_list] [--clear] [--no-vcs-ignore] [--system-site-packages] [--symlinks | --copies] [--no-download | --download]
                  [--extra-search-dir d [d ...]] [--pip version] [--setuptools version] [--wheel version] [--no-pip] [--no-setuptools] [--no-wheel] [--no-periodic-update] [--symlink-app-data] [--prompt prompt] [-h]
                  dest
virtualenv: error: argument dest: the destination . is not write-able at /nix/store
SystemExit: 2
````
2024-04-10 18:00:32 +02:00
Nick Cao
6d3a7a67da
Merge pull request #303103 from r-ryantm/auto-update/expr
expr: 1.16.3 -> 1.16.4
2024-04-10 10:27:26 -04:00
7c6f434c
375367fb75
Merge pull request #302937 from nat-418/update-picolisp
picolisp 20.6 -> 24.3.30
2024-04-10 14:21:22 +00:00
R. Ryantm
cba54bf96a expr: 1.16.3 -> 1.16.4 2024-04-10 12:53:16 +00:00