Commit Graph

8727 Commits

Author SHA1 Message Date
github-actions[bot]
5fe540596f
Merge staging-next into staging 2024-01-17 18:01:27 +00:00
Sandro
810c0a40a4
Merge pull request #280502 from ereslibre/bump-wamr 2024-01-17 15:33:14 +01:00
Rafael Fernández López
d92b537652
wamr: 1.3.0 -> 1.3.1 2024-01-13 19:32:40 +01:00
Mario Rodas
8ed53ddbb5 ruby.rubygems: 3.5.3 -> 3.5.4
Changelog: https://github.com/rubygems/rubygems/blob/v3.5.4/CHANGELOG.md
2024-01-13 04:20:00 +00:00
Vladimír Čunát
bae093a327
Merge #275620: staging-next 2023-12-20 2024-01-12 15:02:23 +01:00
7c6f434c
4b9322e615
Merge pull request #280230 from vigress8/renpy-8.1.3
renpy: 8.1.1 -> 8.1.3
2024-01-12 12:08:45 +00:00
github-actions[bot]
5ee7600250
Merge master into staging-next 2024-01-11 12:01:18 +00:00
Thiago Kenji Okada
7bbf7ba404
Merge pull request #279889 from manipuladordedados/master
emilua: 0.5.1 -> 0.6.0
2024-01-11 10:56:52 +00:00
V
2b77a4482e
renpy: 8.1.1 -> 8.1.3 2024-01-11 13:43:03 +04:00
Martin Weinelt
10b01dcc89
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
-	pkgs/development/python-modules/types-setuptools/default.nix
2024-01-10 16:09:52 +01:00
Wim de With
90af01b76c update-python-libraries: support applications outside python-modules 2024-01-10 15:01:54 +01:00
Valter Nazianzeno
d776f1c519 emilua: 0.5.1 -> 0.6.0 2024-01-09 19:57:07 +00:00
K900
838aefefc3 Merge remote-tracking branch 'origin/master' into staging-next 2024-01-09 22:42:37 +03:00
Sergei Trofimovich
c64c04e8bf
pythonInterpreters.pypy39_prebuilt: fix tests eval (#278950)
Without the change `test-pythonPackagesExtensions` test fails the eval
as:

    $ nix build -f. pythonInterpreters.pypy39_prebuilt.tests --show-trace
    error:
       … while evaluating an attribute name
         at pkgs/development/interpreters/python/tests.nix:151:16:
          150|       });
          151|     in pkgs_.${python.pythonAttr}.pkgs.foo;
             |                ^
          152|   });

       error: value is null while a string was expected

This happens because `pypy39_prebuilt` exposes `pythonAttr` attribute,
but it has a `null` value. Fix the test to filter out prebuilt pypy.
2024-01-09 18:46:49 +01:00
github-actions[bot]
6bf0bf35bb
Merge master into staging-next 2024-01-08 18:00:58 +00:00
7c6f434c
b817555a44
Merge pull request #279396 from Stunkymonkey/pygame-sdl2-normalize
python311Packages.pygame-sdl2: rename from pygame_sdl2
2024-01-08 17:46:24 +00:00
Nick Cao
878d0c5fc8
Merge pull request #279437 from r-ryantm/auto-update/nelua
nelua: unstable-2023-11-19 -> unstable-2024-01-02
2024-01-08 11:16:54 -05:00
Martin Weinelt
ef1898454c
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
-	pkgs/development/python-modules/aiohappyeyeballs/default.nix
2024-01-08 16:34:52 +01:00
Thiago Kenji Okada
94a417d743
Merge pull request #279460 from thiagokokada/drop-thiagokokada-from-packages
treewide: remove thiagokokada from maintainers on some packages
2024-01-08 11:34:32 +00:00
R. Ryantm
c90228308d expr: 1.15.7 -> 1.15.8 2024-01-08 06:43:49 +00:00
Thiago Kenji Okada
a1f364d694 python2.7: remove thiagokokada from maintainers 2024-01-07 21:36:14 +00:00
R. Ryantm
79e3d9ee9f nelua: unstable-2023-11-19 -> unstable-2024-01-02 2024-01-07 19:05:02 +00:00
Felix Buehler
108cf3dbe8 python311Packages.pygame-sdl2: rename from pygame_sdl2 2024-01-07 18:44:19 +01:00
github-actions[bot]
76201c62e0
Merge master into staging-next 2024-01-05 18:00:58 +00:00
Vincent Laporte
e381fef2a8 eff: 5.0 → 5.1 2024-01-05 14:11:03 +01:00
Vladimír Čunát
8a839514de
Merge branch 'master' into staging-next 2024-01-04 15:07:44 +01:00
Weijia Wang
767f5444f4
Merge pull request #276602 from r-ryantm/auto-update/wazero
wazero: 1.5.0 -> 1.6.0
2024-01-03 19:17:45 +01:00
github-actions[bot]
dc84f21849
Merge master into staging-next 2024-01-03 12:01:04 +00:00
sohalt
1198a09c44 babashka: fix shell completions 2024-01-03 10:19:38 +01:00
Weijia Wang
eb5334c27d Merge branch 'master' into staging-next 2024-01-03 03:22:40 +01:00
Mario Rodas
7f0a64976d
Merge pull request #270286 from ajs124/ruby_ossl11_cleanup
ruby_2_7: remove
2024-01-02 18:37:18 -05:00
Fabián Heredia Montiel
97d0374f80
Merge pull request #278221 from r-ryantm/auto-update/snobol4
snobol4: 2.3.1 -> 2.3.2
2024-01-02 17:16:55 -06:00
Sergei Trofimovich
29a2c82603
pythonInterpreters.pypy39_prebuilt: fix eval (#277543)
Without the change the eval fails as:

    $ nix build --no-link -f. pythonInterpreters.pypy39_prebuilt.buildEnv
    error:
       error: attribute 'pypy38_prebuilt' missing
          208|     # Not included at top-level
          209|     self = __splicedPackages.pythonInterpreters.pypy38_prebuilt;
             |            ^
          210|     sourceVersion = {
       Did you mean one of pypy39_prebuilt or pypy27_prebuilt?
2024-01-02 17:20:05 +01:00
ajs124
ac0d3ce9ac ruby: clean-up after ruby_2_7 removal 2024-01-02 15:30:36 +01:00
ajs124
0d8d1b6758 ruby: drop openssl_1_1 references 2024-01-02 15:30:07 +01:00
ajs124
02ad3159b0 ruby_2_7: remove 2024-01-02 15:30:06 +01:00
K900
887e96e875 Merge remote-tracking branch 'origin/master' into staging-next 2024-01-02 10:55:23 +03:00
R. Ryantm
26f7847866 snobol4: 2.3.1 -> 2.3.2 2024-01-02 07:00:27 +00:00
Yt
d33399375f
Merge pull request #277974 from r-ryantm/auto-update/erlang_25
erlang_25: 25.3.2.7 -> 25.3.2.8
2024-01-01 18:19:06 +01:00
Yt
662e6384fa
Merge pull request #277972 from r-ryantm/auto-update/erlang_26
erlang_26: 26.2 -> 26.2.1
2024-01-01 18:18:51 +01:00
R. Ryantm
592a779f3c erlang_26: 26.2 -> 26.2.1 2023-12-31 21:20:13 +00:00
R. Ryantm
2a2c4edd4f erlang_24: 24.3.4.14 -> 24.3.4.15 2023-12-31 21:01:46 +00:00
R. Ryantm
fe40478617 erlang_25: 25.3.2.7 -> 25.3.2.8 2023-12-31 20:56:54 +00:00
github-actions[bot]
dc1ce0d685
Merge staging-next into staging 2023-12-31 12:01:23 +00:00
Martin Weinelt
f142aeb3a2
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/scikit-build-core/default.nix
2023-12-31 12:00:30 +01:00
R. Ryantm
b87f009464 clojure: 1.11.1.1429 -> 1.11.1.1435 2023-12-31 08:48:57 +00:00
github-actions[bot]
a9cb88c7ae
Merge staging-next into staging 2023-12-31 06:01:28 +00:00
Jan Tojnar
80020c7db4 Merge branch 'master' into staging-next
; Conflicts:
;	pkgs/development/lua-modules/generated-packages.nix
;	pkgs/development/lua-modules/overrides.nix
2023-12-31 02:31:32 +01:00
Sergei Trofimovich
09a5f17eec lua-wrapper: fix luaPath and luaCpath definitions
Before the change:

    $ nix-instantiate --eval --strict --expr 'with import ./. {}; with corsix-th.luaEnv; [luaPath luaCpath]'
    error:
       error: attribute 'lib' missing

After the change:

    $ nix-instantiate --eval --strict --expr 'with import ./. {}; with corsix-th.luaEnv; [luaPath luaCpath]'
    [ "/nix/store/f17ah5zjri1yjacc1c50g9xlr8qqwbgh-lua-5.2.4-env/share/lua/5.2/?.lua;/nix/store/f17ah5zjri1yjacc1c50g9xlr8qqwbgh-lua-5.2.4-env/share/lua/5.2/?/init.lua" "/nix/store/f17ah5zjri1yjacc1c50g9xlr8qqwbgh-lua-5.2.4-env/lib/lua/5.2/?.so" ]
2023-12-30 22:37:06 +01:00
github-actions[bot]
294b981465
Merge staging-next into staging 2023-12-29 18:01:23 +00:00