Commit Graph

9649 Commits

Author SHA1 Message Date
K900
1410c766c8 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-26 08:41:08 +03:00
Silvan Mosberger
29016e9c0e
Merge pull request #324682 from philiptaron/__attrsFailEvaluation/python
pythonPackages: move __attrsFailEvaluation to allow deeper inspection
2024-07-26 02:00:22 +02:00
Randy Eckenrode
b03ca962b0
ruby_3_3: work around useSystemCoreFoundationFramework
Similar issue as https://github.com/NixOS/nixpkgs/pull/329526. Ruby 3.3 attempts to merge objects during the build, which fails due to stricter handling of `-rpath` in ld64.
2024-07-25 18:51:42 -04:00
Audrey Dutcher
f293272682 perl: add cc in addition to makeBinaryWrapper. see NixOS#311794
The "correct" solution to this problem (makeBinaryWrapper fails to be
able to compile the binary wrapper when building a freebsd cross env) is
that makeBinaryWrapper should propagate or embed a reference to the
compiler. However, this causes build failures on musl, so this will have
to do for now.
2024-07-24 12:40:30 -07:00
R. Ryantm
cca88a1f5d wasmer: 4.3.4 -> 4.3.5 2024-07-24 09:32:05 +00:00
Vladimír Čunát
cd346565bb
Merge branch 'master' into staging-next 2024-07-24 07:19:19 +02:00
Barry Moore
d297a17708 erlang_27: 27.0 -> 27.0.1 2024-07-23 13:14:56 -04:00
R. Ryantm
972265dc57 rune: 0.13.3 -> 0.13.4 2024-07-23 12:52:18 +00:00
github-actions[bot]
09a27d5bc1
Merge master into staging-next 2024-07-23 00:02:18 +00:00
Nick Cao
0453e70ed3
Merge pull request #329228 from r-ryantm/auto-update/wasmtime
wasmtime: 22.0.0 -> 23.0.1
2024-07-22 17:17:35 -04:00
R. Ryantm
4acb6adf1d wasmtime: 22.0.0 -> 23.0.1 2024-07-22 19:55:01 +00:00
Artturin
60e9cffe2c Merge branch 'master' into staging-next 2024-07-22 22:53:31 +03:00
Doron Behar
19bc619c1c
Merge pull request #328318 from r-ryantm/auto-update/octave
octave: 8.4.0 -> 9.2.0
2024-07-22 09:15:42 +03:00
Audrey Dutcher
66d41e75e8 python{39,310,311,312,313}: Allow using cc to resolve dynamic libraries
This patch hasn't been complete since an alternate case was added to
cpython which allows using ld(1) to resolve libraries. In addition to
this, the stated reason for the patch, to improve startup times by
preventing cpython from invoking gcc to resolve libuuid, has not been an
issue since that logic was removed in cpython 3.9. Finally, this patch
creates a disparity between Linux and other operating systems (I am
working on FreeBSD right now) since the ld(1) case is system gated.

Since it no longer accomplishes its stated purpose, is no longer needed,
and creates platform disparities, we should remove it.

I've left the half of this patch which prevents /sbin/ldconfig from
being invoked, since no nix-compiled program should ever be invoking
absolute paths like this.
2024-07-20 23:56:42 -07:00
Sergei Trofimovich
69ba3f70eb lua5_4: 5.4.6 -> 5.4.7
Changes: https://www.lua.org/work/diffs-lua-5.4.6-lua-5.4.7.html
2024-07-21 07:24:01 +01:00
R. Ryantm
44ec328a67 zef: 0.22.0 -> 0.22.1 2024-07-21 06:01:13 +00:00
Randy Eckenrode
0e8dbe9540
python313: drop patch for _PY_SHORT_FLOAT_REPR == 0
The patch was merged upstream and is included in Python 3.13b4.
2024-07-21 00:26:22 -04:00
Randy Eckenrode
53f938e573
python{310,311,312,313}: fix LTO build
Python LTO builds using clang require the clang’s `llvm-ar` even on Darwin.
2024-07-20 21:33:28 -04:00
Anthony Roussel
340180ba91
ruby.rubygems: 3.5.15 -> 3.5.16
https://github.com/rubygems/rubygems/releases/tag/v3.5.16
2024-07-20 12:32:06 +02:00
Randy Eckenrode
d5f637590e
tree-wide: enable LTO on Darwin 2024-07-20 03:19:54 -04:00
Randy Eckenrode
0d7d9280d3
python{311,312,313}: use system libmpdec again
Override the configure check not to do a universal build. Using the system libmpdec is required to enable LTO on Darwin.
2024-07-20 01:11:53 -04:00
github-actions[bot]
637b531dcf
Merge staging-next into staging 2024-07-19 18:01:40 +00:00
Peder Bergebakken Sundt
cd743e903f
Merge pull request #327622 from ereslibre/bump-wamr
wamr: 2.1.0 -> 2.1.1
2024-07-19 16:10:00 +02:00
R. Ryantm
47b85e1d7a octave: 8.4.0 -> 9.2.0 2024-07-19 01:21:39 +00:00
github-actions[bot]
f316203fda
Merge staging-next into staging 2024-07-19 00:03:05 +00:00
Martin Weinelt
d63b3b2faf
python313: 3.13.0b3 -> 3.13.0b4
https://docs.python.org/3.13/whatsnew/changelog.html#python-3-13-0-beta-4
2024-07-18 17:07:11 +02:00
Randy Eckenrode
f9b7f4ec09
tree-wide: use top-level cctools 2024-07-17 22:36:19 -04:00
Martin Weinelt
01178b2f18
Merge pull request #327882 from alyssais/python312-backport
python312: make portability backport unconditional
2024-07-17 15:53:55 +02:00
Alyssa Ross
aba1b58d1f
python312: make portability backport unconditional
This avoids the maintenance headache associated with conditionally
applied patches, and fixes building for s390.
2024-07-17 12:33:29 +02:00
github-actions[bot]
4c086d8ee0
Merge staging-next into staging 2024-07-17 00:03:16 +00:00
Barry Moore
c770420c90 erlang_27: 27.0.1 -> 27.0 2024-07-16 16:39:39 -04:00
Artturin
a516ea8c99 Merge branch 'staging-next' into staging 2024-07-16 19:07:48 +03:00
Sandro
ce68870f49
Merge pull request #321040 from anthonyroussel/bundler-2.5.13 2024-07-16 13:26:59 +02:00
Rafael Fernández López
4329250e0f
wamr: 2.1.0 -> 2.1.1 2024-07-16 12:51:55 +02:00
Thiago Kenji Okada
91c1f02d57
Merge pull request #325870 from atorres1985-contrib/qnial
qnial: 6.3 -> 6.3_1
2024-07-15 22:00:46 +01:00
Anderson Torres
35644e53d7 qnial: migrate to by-name 2024-07-15 14:48:26 -03:00
R. Ryantm
40eb217fa5 wasmer: 4.3.3 -> 4.3.4 2024-07-15 01:29:36 +00:00
github-actions[bot]
31817540ee
Merge staging-next into staging 2024-07-14 18:01:37 +00:00
aleksana
592e3845c4 treewide: sha256 -> hash attribute for fetchgit 2024-07-14 19:10:08 +08:00
lassulus
b40822608f
Merge pull request #326608 from anthonyroussel/ruby_3_3_4
ruby_3_3: 3.3.3 -> 3.3.4
2024-07-13 21:30:27 +02:00
Jan Tojnar
1275c3f884 Merge branch 'staging-next' into staging 2024-07-12 21:36:23 +02:00
❄️
fe14ac8fc2
Merge pull request #324539 from atorres1985-contrib/remove-vrthra
treewide: remove vrthra, cpages and lovek323 from meta.maintainers
2024-07-12 14:26:56 -03:00
Anthony Roussel
a1a29bd6f4
ruby_3_3: 3.3.3 -> 3.3.4
Changelog: https://github.com/ruby/ruby/releases/tag/v3_3_4

Release Notes: https://www.ruby-lang.org/en/news/2024/07/09/ruby-3-3-4-released/
2024-07-12 19:03:21 +02:00
Anthony Roussel
a1d6c177ec
ruby.rubygems: add passthru.updateScript 2024-07-12 18:28:44 +02:00
Anthony Roussel
edb4e41b4b
ruby.rubygems: 3.5.11 -> 3.5.15
https://github.com/rubygems/rubygems/compare/v3.5.11...v3.5.15
2024-07-12 18:28:37 +02:00
github-actions[bot]
64d386c889
Merge staging-next into staging 2024-07-12 06:02:12 +00:00
Yt
80e9e99a8c
Merge pull request #326403 from chiroptical/chiroptical/erlang-27-0-1
erlang: 25.3.2.12 -> 25.3.2.13; erlang_27: 27.0 -> 27.0.1
2024-07-12 01:13:51 +00:00
Yt
a7fb6a8ee0
Merge pull request #322463 from chiroptical/erlang-26-2-5-1
erlang_26: 26.2.5 -> 26.2.5.1
2024-07-12 01:12:52 +00:00
chiroptical
44209e4e63 erlang: 25.3.2.12 -> 25.3.2.13 2024-07-11 19:37:01 -04:00
chiroptical
49a8e45bb0 erlang_27: 27.0 -> 27.0.1 2024-07-11 19:35:33 -04:00
Martin Weinelt
176a56c40f
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/applications/misc/blender/default.nix
- pkgs/development/web/nodejs/nodejs.nix
2024-07-11 01:06:28 +02:00
Martin Weinelt
948ab83d74
Merge pull request #326209 from kira-bruneau/update-python-libraries/fix-no-src-fetcher
update-python-libraries: fix updating packages without src.fetcher
2024-07-11 00:47:57 +02:00
Kira Bruneau
5c85fb3ce1 update-python-libraries: fix updating packages without src.fetcher 2024-07-10 18:39:19 -04:00
Matthieu C.
29cc0b4a6b generateLuarocksConfig: dont generate rocks_subdir by default
Goal is to make generateLuarocksConfig appropriate in more scenarios, in my case, to generate rocks.nvim luarocks config

We override the luarocks default for rocks_subdir to avoid conflicts when creating lua environments but it is not appropriate for other scenarios
so let's not default to it in the "lib" function.
2024-07-10 23:08:40 +02:00
R. Ryantm
adcc3678c5 jruby: 9.4.7.0 -> 9.4.8.0 2024-07-09 12:43:29 +00:00
Vladimír Čunát
4c09ae2416
Merge branch 'staging-next' into staging 2024-07-08 10:43:15 +02:00
Pol Dellaiera
1b256bc004
Merge pull request #325340 from r-ryantm/auto-update/php83
php83: 8.3.8 -> 8.3.9
2024-07-08 07:30:43 +02:00
Martin Weinelt
ad9505ddce
python3Packages.pythonRelaxDepsHook: update example 2024-07-07 22:36:56 +02:00
Pol Dellaiera
bfbc9454de
Merge pull request #324980 from r-ryantm/auto-update/apacheHttpdPackages.php
apacheHttpdPackages.php: 8.2.20 -> 8.2.21
2024-07-07 22:18:26 +02:00
R. Ryantm
3efe078020 php83: 8.3.8 -> 8.3.9 2024-07-07 20:03:56 +00:00
Anderson Torres
9ffac6dc44 treewide: remove vrthra from meta.maintainers [all orphans]
Tracking issue: https://github.com/NixOS/nixpkgs/issues/290642

Inactive since 2017
2024-07-07 12:20:32 -03:00
Anderson Torres
084dc9a4df treewide: remove vrthra from meta.maintainers [no orphans]
Tracking issue: https://github.com/NixOS/nixpkgs/issues/290642

Inactive since at least 2017.
2024-07-07 12:18:57 -03:00
Anderson Torres
6ec7cc3737 treewide: remove vrthra and lovek323 from meta.maintainers [no orphans]
Tracking issue: https://github.com/NixOS/nixpkgs/issues/290642

Inactive since at least 2017 and 2022 respectively.
2024-07-07 12:18:53 -03:00
Nick Cao
c175e03532
Merge pull request #325150 from r-ryantm/auto-update/joker
joker: 1.3.5 -> 1.4.0
2024-07-07 09:50:34 -04:00
Martin Weinelt
21121dc31b
Merge pull request #325218 from flokli/fix-python3-cross
python3*: backport fix for armv7l, aarch64, riscv64
2024-07-07 15:15:52 +02:00
Yureka
8cfb27bc21 python3*: backport fix for armv7l, aarch64, riscv64
Co-Authored-By: Florian Klink <flokli@flokli.de>
Signed-off-by: Yureka <fork-nixpkgs-with@yuka.dev>
2024-07-07 12:19:22 +03:00
Adam C. Stephens
d3eac92bca
Merge pull request #325147 from r-ryantm/auto-update/elixir_1_17
elixir_1_17: 1.17.1 -> 1.17.2
2024-07-06 21:52:42 -04:00
Weijia Wang
a9ac0ea160
Merge pull request #323682 from r-ryantm/auto-update/gnuapl
gnuapl: 1.8 -> 1.9
2024-07-07 03:24:58 +02:00
R. Ryantm
5231f78853 joker: 1.3.5 -> 1.4.0 2024-07-07 01:09:54 +00:00
R. Ryantm
375e8005c5 elixir_1_17: 1.17.1 -> 1.17.2 2024-07-07 00:36:23 +00:00
R. Ryantm
3af4c5d69d rune: 0.13.2 -> 0.13.3 2024-07-06 12:28:30 +00:00
R. Ryantm
ffe4fc2b40 apacheHttpdPackages.php: 8.2.20 -> 8.2.21 2024-07-06 06:23:30 +00:00
Martin Weinelt
e7b1ee45cf
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/tools/misc/watchlog/default.nix
2024-07-06 01:52:35 +02:00
Martin Weinelt
d9610a9f2e
Merge remote-tracking branch 'origin/master' into staging-next 2024-07-06 01:51:14 +02:00
Nick Cao
c876bed7c0
Merge pull request #324604 from r-ryantm/auto-update/wasmer
wasmer: 4.3.2 -> 4.3.3
2024-07-05 15:35:30 -04:00
github-actions[bot]
4bba3c5730
Merge master into staging-next 2024-07-05 12:01:14 +00:00
Matthieu C.
8a0c6be458 generateLuarocksConfig: dont hardcode local_cache
I tried using luaLib.generateLuarocksConfig outside nixpkgs, to generate a rocks.nvim config but it adds a `local_cache = ""` configuration line that is painful to remove so let's not add it in the first place, and let the caller set it if needed.
2024-07-05 13:32:47 +02:00
Philip Taron
0213840cd8
pythonPackages: move __attrsFailEvaluation to allow deeper inspection 2024-07-04 14:49:03 -07:00
R. Ryantm
c1ab863b24 wasmer: 4.3.2 -> 4.3.3 2024-07-04 16:12:14 +00:00
Artturin
cde3f1cada treewide: Remove now unnecessary boost vars
`meson` now finds `boost` using `pkg-config`
2024-07-04 11:01:15 +02:00
Masum Reza
410d1213cd
Merge pull request #323983 from Aleksanaa/cargoSha256-change
treewide: remove all cargoSha256 usage
2024-07-04 10:50:18 +05:30
github-actions[bot]
d449302be6
Merge staging-next into staging 2024-07-03 18:01:32 +00:00
Vladimír Čunát
c76085b3a9
Merge branch 'master' into staging-next 2024-07-03 19:07:35 +02:00
OTABI Tomoya
df6ca30928
Merge pull request #308377 from ShamrockLee/build-python-docheck-quick
buildPythonPackage, buildPythonApplication: make doCheck default less confusing
2024-07-03 23:40:33 +09:00
aleksana
a9709c299b treewide: change cargoSha256 with SRI hash to cargoHash 2024-07-03 21:53:11 +08:00
github-actions[bot]
35bda1b414
Merge staging-next into staging 2024-07-03 12:01:44 +00:00
github-actions[bot]
0983fe3e50
Merge master into staging-next 2024-07-03 12:01:17 +00:00
Stig Palmquist
02398a8b49
moarvm: 2024.05 -> 2024.06 2024-07-03 03:00:43 +02:00
Stig Palmquist
a31177f3d0
nqp: 2024.01 -> 2024.06 2024-07-03 03:00:23 +02:00
Stig Palmquist
1a787fd64c
rakudo: 2024.01 -> 2024.06 2024-07-03 02:59:59 +02:00
Yueh-Shun Li
455314a3f0 buildPython*: make doCheck default less confusing
Modify the set pattern to hint developers that the doInstallCheck
attribute of Python packages, specified by the doCheck argument of
buildPythonPackage and buildPythonApplication, defaults to true instead
of false.
2024-07-03 02:42:59 +08:00
github-actions[bot]
aeba07ddb1
Merge staging-next into staging 2024-07-02 18:03:03 +00:00
K900
ac42e4ac39 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-02 19:52:45 +03:00
Masum Reza
e1ff6cad63
Merge pull request #292574 from r-ryantm/auto-update/moarvm
moarvm: 2024.01 -> 2024.05
2024-07-02 18:46:45 +05:30
github-actions[bot]
d5bca87877
Merge staging-next into staging 2024-07-02 06:01:38 +00:00
K900
665f1d6183 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-02 08:32:46 +03:00
Lily Foster
c678743f80 treewide: remove lilyinstarlight 2024-07-02 03:17:01 +02:00
Weijia Wang
2649b24abd
Merge pull request #322297 from r-ryantm/auto-update/femtolisp
femtolisp: 0-unstable-2023-07-12 -> 0-unstable-2024-06-18
2024-07-02 00:51:13 +02:00
Pol Dellaiera
f4f7f87319
Merge pull request #323532 from trofi/guile-update
guile: 3.0.9 -> 3.0.10
2024-07-01 23:03:33 +02:00
R. Ryantm
356e50b6eb gnuapl: 1.8 -> 1.9 2024-07-01 00:29:29 +00:00
github-actions[bot]
716005516a
Merge staging-next into staging 2024-07-01 00:03:27 +00:00
Martin Weinelt
9b79a05ae1
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/flexcache/default.nix
- pkgs/development/python-modules/flexparser/default.nix
- pkgs/development/python-modules/odp-amsterdam/default.nix
- pkgs/development/python-modules/pint/default.nix
- pkgs/development/python-modules/uncertainties/default.nix
- pkgs/top-level/python-packages.nix
2024-07-01 01:07:21 +02:00
R. Ryantm
8f9400fc33 groovy: 4.0.21 -> 4.0.22 2024-06-30 12:21:25 +00:00
Sergei Trofimovich
c44b90918c guile: 3.0.9 -> 3.0.10
Changes: https://www.gnu.org/software/guile/news/gnu-guile-3010-released.html
2024-06-30 06:49:32 +01:00
Peder Bergebakken Sundt
e575d013a5
Merge pull request #319933 from JoeDupuis/ruby
ruby: 3.1.5 -> 3.1.6, 3.3.2 -> 3.3.3
2024-06-30 02:42:12 +02:00
K900
bde999c03e Merge branch 'master' into staging-next 2024-06-29 10:13:13 +03:00
OTABI Tomoya
3b15388bfe
Merge pull request #323125 from mweinelt/python313b3
python313: 3.13.0b2 -> 3.13.0b3
2024-06-29 13:52:43 +09:00
Masum Reza
dbc930602f
Merge pull request #322844 from Eggflaw/bump-lune
lune: 0.8.0 -> 0.8.6
2024-06-28 23:52:40 +05:30
Martin Weinelt
27b67c584a
cpython: fix changelog anchor for beta versions 2024-06-28 13:19:35 +02:00
Martin Weinelt
89551eddb7
python313: 3.13.0b2 -> 3.13.0b3
https://docs.python.org/3.13/whatsnew/changelog.html#python-3-13-0-beta-3
2024-06-28 13:19:32 +02:00
github-actions[bot]
2f3bfad6d2
Merge master into staging-next 2024-06-28 00:02:11 +00:00
Weijia Wang
a51a8540b0
Merge pull request #319279 from r-ryantm/auto-update/wazero
wazero: 1.7.2 -> 1.7.3
2024-06-28 01:54:59 +02:00
Weijia Wang
4afafbcd46
Merge pull request #318430 from r-ryantm/auto-update/ivy
ivy: 0.2.10 -> 0.3.4
2024-06-28 01:50:45 +02:00
Martin Weinelt
62ad96a239
Merge pull request #322769 from mweinelt/update-python-libraries/identify-git-fetcher
update-python-libraries: Reliably detect nix-prefetch-git
2024-06-27 22:18:25 +02:00
Nick Cao
5ef7c1ebd5
Merge pull request #321596 from trofi/mujs-update
mujs: 1.3.4 -> 1.3.5
2024-06-27 15:58:00 -04:00
eggflaw
865a22b338 lune: 0.8.0 -> 0.8.6 2024-06-27 17:04:10 +09:00
Randy Eckenrode
da8f4fd6cb
python3Minimal: ensure _scproxy is disabled on Darwin
Python 3.12 attempts to build with the _scproxy enabled even when building python3Minimal. Override the configure check to make sure it is disabled. Otherwise, the Darwin stdenv bootstrap will fail.
2024-06-26 19:41:29 -04:00
Martin Weinelt
27aa2c8a9d
update-python-libraries: Reliably detect nix-prefetch-git
Makes sure that any attribute that triggers using fetchGit will result in
the updater using nix-prefetch-git.
2024-06-27 01:10:21 +02:00
github-actions[bot]
27074b7d07
Merge master into staging-next 2024-06-26 00:02:13 +00:00
Weijia Wang
572ae839ef
Merge pull request #320009 from r-ryantm/auto-update/chibi
chibi: 0.10 -> 0.11
2024-06-26 00:51:09 +02:00
Barry Moore
b23b34f413 erlang_26: 26.2.5 -> 26.2.5.1 2024-06-25 13:30:07 -04:00
Martin Weinelt
de245ec4a5
Merge remote-tracking branch 'origin/master' into staging-next 2024-06-25 13:00:25 +02:00
R. Ryantm
9ad9e57763 femtolisp: 0-unstable-2023-07-12 -> 0-unstable-2024-06-18 2024-06-25 00:25:01 +00:00
Matthieu C.
e511f674e1 luarocks: use self.pname for an effective overrideAttrs
luarocks-nix store path was ..luarocks-version instead of ...luarocks-nix-version. This fixes it
2024-06-24 23:06:30 +02:00
R. Ryantm
6fb77c9dcc janet: 1.34.0 -> 1.35.2 2024-06-24 12:41:17 -07:00
github-actions[bot]
88140ced6d
Merge master into staging-next 2024-06-24 12:01:17 +00:00
Martin Weinelt
06922865e8 update-python-libraries: don't error out on nix-prefetch-url errors
$ nix-prefetch-url --type sha256 --unpack https://api.github.com/repos/pkgw/pwkit/tarball/pwkit@1.2.0
error: store path 'rb2j54laxa71152bsqayw4h5hni2nshj-pwkit@1.2.0' contains illegal character '@'
2024-06-24 12:14:40 +02:00
Martin Weinelt
737b5cd4f2 python3: 3.11.9 -> 3.12.4
As per our documented update schedule, we'll default to Python 3.12 in
the 24.11 release cycle, while recursing into both 3.11 and 3.12.
2024-06-24 12:14:39 +02:00
R. Ryantm
053ad7bcd4 babashka-unwrapped: 1.3.190 -> 1.3.191 2024-06-23 19:49:10 +00:00
Martin Weinelt
2096642430
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/os-specific/windows/mingw-w64/default.nix
2024-06-23 19:09:00 +02:00
Nick Cao
5320094761
Merge pull request #321947 from r-ryantm/auto-update/nelua
nelua: 0-unstable-2024-06-11 -> 0-unstable-2024-06-16
2024-06-23 09:49:33 -04:00
R. Ryantm
9963b6230d nelua: 0-unstable-2024-06-11 -> 0-unstable-2024-06-16 2024-06-23 11:32:40 +00:00
Emily
fbda1dbfd6 treewide: replace freeglut with libglut
Allow the macOS GLUT framework to be used automatically in many
cases. Packages that specifically search for freeglut or require its
additional APIs should still explicitly depend on it.

Deliberately skip the Haskell package set, which is mostly
automatically generated, and mupdf, which has its own fork of freeglut.
2024-06-22 18:06:51 +01:00
Sergei Trofimovich
45d41e77b3 mujs: 1.3.4 -> 1.3.5
Changes: https://github.com/ccxvii/mujs/compare/1.3.4...1.3.5
2024-06-21 22:20:44 +01:00
Masum Reza
187d446a12
Merge pull request #321327 from r-ryantm/auto-update/wasmtime
wasmtime: 21.0.1 -> 22.0.0
2024-06-22 00:11:46 +05:30
github-actions[bot]
c6707a9686
Merge staging-next into staging 2024-06-21 12:01:53 +00:00
7c6f434c
0c45511b4f
Merge pull request #317746 from hraban/fix/sbcl-overridable-options
sbcl: make deriv options overridable attributes
2024-06-20 20:03:51 +00:00
R. Ryantm
e47dcab3a4 wasmtime: 21.0.1 -> 22.0.0 2024-06-20 19:01:31 +00:00
Martin Weinelt
b6ef66ed3d
Merge pull request #304741 from edgelesssys/python/fix-imports-check-py-output
[staging] python/hooks/python-imports-check-hook: use $python output if existing
2024-06-19 03:35:44 +02:00
Martin Weinelt
f822b2ba5c Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/development/python-modules/langsmith/default.nix
- pkgs/development/python-modules/rich-pixels/default.nix
- pkgs/servers/teleport/generic.nix
2024-06-18 20:16:19 +02:00
superherointj
9be7393d72
Merge pull request #320776 from r-ryantm/auto-update/elixir_1_17
elixir_1_17: 1.17.0 -> 1.17.1
2024-06-18 14:44:05 -03:00
R. Ryantm
c87a408fb3 elixir_1_17: 1.17.0 -> 1.17.1 2024-06-18 13:02:01 +00:00
Nick Cao
14e5cf277b
Merge pull request #319285 from r-ryantm/auto-update/wasmer
wasmer: 4.3.1 -> 4.3.2
2024-06-17 18:28:00 -04:00
John Ericson
6389a88c08
Merge pull request #318166 from rhelmot/freebsd-perl-cross
perl: explicitly tell FreeBSD cross that crypt is available
2024-06-17 17:34:23 -04:00
Audrey Dutcher
f6e67788cb perl: explicitly tell FreeBSD cross that crypt is available 2024-06-16 22:19:11 -07:00
Matthieu Coudron
c7e5be2cde
Merge pull request #319325 from teto/teto/neovim-wrap-lua-deps
neovim: take into account plugin dependencies
2024-06-16 18:01:39 +02:00
Nick Cao
54447de453
Merge pull request #320126 from r-ryantm/auto-update/nelua
nelua: 0-unstable-2024-04-20 -> 0-unstable-2024-06-11
2024-06-16 10:18:22 -04:00
Ben Siraphob
8222aa9278
Merge pull request #315183 from jopejoe1/fix-pname
treewide: replace name with pname
2024-06-16 12:34:01 +00:00
Joé Dupuis
aa86df0451
ruby_3_3: 3.3.2 -> 3.3.3
Changelog: https://github.com/ruby/ruby/releases/tag/v3_3_3

Release Notes: https://www.ruby-lang.org/en/news/2024/06/12/ruby-3-3-3-released/
2024-06-15 17:45:25 -07:00
Joé Dupuis
1f908baaa1
ruby_3_1: 3.1.5 -> 3.1.6
Changelog: https://github.com/ruby/ruby/releases/tag/v3_1_6

Release Notes: https://www.ruby-lang.org/en/news/2024/05/29/ruby-3-1-6-released/
2024-06-15 17:45:21 -07:00
R. Ryantm
129b496228 nelua: 0-unstable-2024-04-20 -> 0-unstable-2024-06-11 2024-06-15 19:44:08 +00:00
R. Ryantm
ebfb1974fa chibi: 0.10 -> 0.11 2024-06-15 08:02:36 +00:00
jopejoe1
f0e775ee8b kamilalisp: use pname instead of name 2024-06-15 09:56:42 +02:00
github-actions[bot]
520c7e2ee8
Merge staging-next into staging 2024-06-15 06:01:20 +00:00
Martin Weinelt
fddf4fb9e1
Merge pull request #319888 from tweag/rep-python-test
python3.tests.nix-pythonprefix-mypy: Avoid unnecessary rebuilds
2024-06-15 02:19:37 +02:00
github-actions[bot]
eccfb1ee94
Merge staging-next into staging 2024-06-15 00:02:47 +00:00
Weijia Wang
1d2369fa98
Merge pull request #318463 from paparodeo/duktape-install_name
duktape: use fixDarwinDylibNames to fix install_name
2024-06-14 23:43:49 +02:00
Silvan Mosberger
3f2e484083 python3.tests.nix-pythonprefix-mypy: Avoid unnecessary rebuilds
E.g. when the Nix is changed
2024-06-14 21:27:46 +02:00
Martin Weinelt
3bfb20e638
mk-python-derivation: add pythonRelaxDepsHook
Configuring `pythonRelaxDeps` or `pythonRemoveDeps` does not require
adding `pythonRelaxDepsHook` into `nativeBuildInputs` anymore.

Co-Authored-By: superherointj <5861043+superherointj@users.noreply.github.com>
2024-06-14 14:51:23 +02:00
github-actions[bot]
2a899d25c0
Merge staging-next into staging 2024-06-13 12:01:36 +00:00
Yt
be45e3445c
Merge pull request #319316 from woutdp/master
elixir_1_17: init at 1.17.0
2024-06-13 09:46:12 +00:00
Wout De Puysseleir
88abc8f5a7
elixir_1_17: init at 1.17.0 2024-06-13 12:24:42 +03:00
Matthieu C.
665f3f694b lua: take into propagated-build-inputs when building LUA_PATH
so far we ignored propagated-build-inputs
2024-06-12 15:31:04 +02:00
R. Ryantm
ba70d8f1c1 wasmer: 4.3.1 -> 4.3.2 2024-06-12 09:15:34 +00:00
R. Ryantm
c39a83acf0 wazero: 1.7.2 -> 1.7.3 2024-06-12 08:54:15 +00:00
github-actions[bot]
f0eb9d7e68
Merge staging-next into staging 2024-06-11 00:02:35 +00:00
github-actions[bot]
79bbeb1aaf
Merge master into staging-next 2024-06-11 00:02:06 +00:00
Peder Bergebakken Sundt
a53f8b3cd0
Merge pull request #317171 from teoljungberg/ruby_3_3_2
ruby_3_3: 3.3.1 -> 3.3.2
2024-06-11 01:54:13 +02:00
github-actions[bot]
af63fa1bbe
Merge staging-next into staging 2024-06-10 18:01:48 +00:00
github-actions[bot]
0cc78468fa
Merge master into staging-next 2024-06-10 18:01:13 +00:00
Rafael Fernández López
a562cefcc2 wamr: 2.0.0 -> 2.1.0 2024-06-10 13:04:20 +02:00
github-actions[bot]
c8c2ff3b9b
Merge staging-next into staging 2024-06-10 00:02:49 +00:00
Alyssa Ross
3df6bb2c85
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/applications/blockchains/polkadot/default.nix
2024-06-09 22:47:12 +01:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Pol Dellaiera
b09b1844d3
php81: restore patch for libxml2 on darwin 2024-06-09 16:51:23 +02:00
github-actions[bot]
afa876d6fe
Merge staging-next into staging 2024-06-09 12:01:33 +00:00
github-actions[bot]
668adff0d4
Merge master into staging-next 2024-06-09 12:01:06 +00:00
kirillrdy
beb090cc96
Merge pull request #318167 from rhelmot/freebsd-python-cross
python3: Enable FreeBSD cross build
2024-06-09 09:40:11 +00:00
kirillrdy
3cba0171d8
Merge pull request #318169 from rhelmot/freebsd-ruby-cross
ruby: provide correct qsort configuration on FreeBSD cross
2024-06-09 09:22:23 +00:00
Reno Dakota
b69f010f9f
duktape: use fixDarwinDylibNames to fix install_name
The duktape libraries are not using full path when linking which
prevents darwin consumers from locating the library at load time. Add
fixDarwinDylibNames to patch LC_ID_DYLIB with the full path to the
library.
2024-06-09 07:16:14 +00:00
R. Ryantm
1807aec151 ivy: 0.2.10 -> 0.3.4 2024-06-09 05:05:58 +00:00
github-actions[bot]
b04ad4178b
Merge staging-next into staging 2024-06-08 12:01:35 +00:00
github-actions[bot]
1d15f93175
Merge master into staging-next 2024-06-08 12:01:10 +00:00
Audrey Dutcher
62b6c7f71b ruby: provide correct qsort configuration on FreeBSD cross
I believe that BSD qsort is a macro and GNU qsort is a function, which
affects how you can use them.
2024-06-07 20:33:33 -07:00
Audrey Dutcher
22913c86f1 python3: Enable FreeBSD cross build
This only enables x86_64-unknown-freebsd, not any other FreeBSD, since I
do not have any other machines to tests on. If you're reading this, feel
free to try out other arches!
2024-06-07 20:28:29 -07:00
Martin Weinelt
a4f36f3452
Merge pull request #317935 from natsukium/cpython312/update
python312: 3.12.3 -> 3.12.4
2024-06-07 13:04:34 +02:00
natsukium
f58da4a91d
python312: 3.12.3 -> 3.12.4
https://docs.python.org/release/3.12.4/whatsnew/changelog.html
2024-06-07 15:40:56 +09:00
github-actions[bot]
e7fb1ff4be
Merge master into staging-next 2024-06-07 06:01:17 +00:00
natsukium
6a469b3cfe
python313: 3.13.0b1 -> 3.13.0b2
https://www.python.org/downloads/release/python-3130b2/
2024-06-07 14:26:44 +09:00
Pol Dellaiera
3b58ac5892
php83: 8.3.7 -> 8.3.8
diff: https://github.com/php/php-src/compare/php-8.3.7..php-8.3.8
changelog: https://github.com/php/php-src/blob/PHP-8.3.8/NEWS

Fix: CVE-2024-4577, CVE-2024-5458, CVE-2024-2408, CVE-2024-5585
2024-06-06 23:05:08 +02:00
Pol Dellaiera
68b4e2b811
php82: 8.2.19 -> 8.2.20
diff: https://github.com/php/php-src/compare/php-8.2.19..php-8.2.20
changelog: https://github.com/php/php-src/blob/PHP-8.2.20/NEWS

Fix: CVE-2024-4577, CVE-2024-5458, CVE-2024-2408, CVE-2024-5585
2024-06-06 23:05:08 +02:00
Pol Dellaiera
f7dea8a84a
php81: 8.1.28 -> 8.1.29
diff: https://github.com/php/php-src/compare/php-8.1.28..php-8.1.29
changelog: https://github.com/php/php-src/blob/PHP-8.1.29/NEWS

Fix: CVE-2024-4577, CVE-2024-5458, CVE-2024-2408, CVE-2024-5585
2024-06-06 23:05:08 +02:00
github-actions[bot]
9f1130c9a6
Merge master into staging-next 2024-06-06 18:00:57 +00:00
Hraban Luyat
ee7cf64d90 acl2: update SBCL override to overrideAttrs 2024-06-06 12:06:06 -04:00
Liam Diprose
6ae361cbd2 erlang: patch sh path
RabbitMQ 3.13 crashes because it requires Erlang/OTP 26 and hits [this call to `sh`](https://github.com/erlang/otp/blob/maint-26/lib/os_mon/src/disksup.erl#L243). This patches the call to `sh` with its full path, `${bash}/bin/sh` when the version is older than 25
2024-06-07 01:46:27 +12:00
Rafael Fernández López
ebf78adbd0
wasmtime: 21.0.0 -> 21.0.1 2024-06-05 15:17:18 +02:00
github-actions[bot]
f1f4d07f90
Merge master into staging-next 2024-06-05 12:01:21 +00:00
superherointj
8ee0212aba lfe: 2.1.3 -> 2.1.4
https://github.com/lfe/lfe/releases/tag/v2.1.4
2024-06-04 21:57:07 -03:00