1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00
Commit graph

630840 commits

Author SHA1 Message Date
natsukium 3f5b5e6ee6
python3Packages.langchain-text-splitters: 0.0.2 -> 0.2.0
Diff: https://github.com/langchain-ai/langchain/compare/refs/tags/langchain-text-splitters==0.0.2...langchain-text-splitters==0.2.0
2024-05-24 11:59:38 +09:00
natsukium daec3817ea
python3Packages.langchain-community: 0.0.38 -> 0.2.1
Diff: https://github.com/langchain-ai/langchain/compare/langchain-community==0.0.38...langchain-community==0.2.1
2024-05-24 11:59:37 +09:00
natsukium 5eba8fa86a
python3Packages.langchain: 0.1.52 -> 0.2.1
Diff: https://github.com/langchain-ai/langchain/compare/refs/tags/langchain==0.1.52...langchain==0.2.1

Changelog: https://github.com/langchain-ai/langchain/releases/tag/v0.2.1
2024-05-24 11:59:37 +09:00
natsukium bcbfcb8a17
python3Packages.langchain-core: 0.1.52 -> 0.2.1
Diff: https://github.com/langchain-ai/langchain/compare/langchain-core==0.1.52...langchain-core==0.2.1
2024-05-24 11:59:37 +09:00
natsukium 536e6566ff
python311Packages.langchain-core: add updateScript 2024-05-24 11:58:12 +09:00
Emily bfb7a88267
Merge pull request #314109 from trofi/githooks.tests-fix-eval
githooks.tests: fix eval
2024-05-24 02:06:08 +02:00
Sandro 47bdef656c
Merge pull request #311260 from purepani/update-svelte-language-tools
svelte-language-server: Use buildNpmPackage
2024-05-24 02:04:46 +02:00
Peder Bergebakken Sundt fc165a03b2
Merge pull request #309524 from r-ryantm/auto-update/enet
enet: 1.3.17 -> 1.3.18
2024-05-24 01:58:18 +02:00
Peder Bergebakken Sundt 3de810d52c
Merge pull request #309724 from r-ryantm/auto-update/secp256k1
secp256k1: 0.4.1 -> 0.5.0
2024-05-24 01:57:13 +02:00
Peder Bergebakken Sundt 1d6a2f5a4d
Merge pull request #309787 from r-ryantm/auto-update/python311Packages.minio
python311Packages.minio: 7.2.6 -> 7.2.7
2024-05-24 01:52:41 +02:00
OTABI Tomoya a36fa5451c
Merge pull request #309426 from Rconybea/add-sphinxcontrib-ditaa
python311Packages.sphinxcontrib-ditaa: init at 1.0.2
2024-05-24 08:36:59 +09:00
Peder Bergebakken Sundt 890f8e436a
Merge pull request #309476 from r-ryantm/auto-update/goperf
goperf: 0-unstable-2023-11-08 -> 0-unstable-2024-05-10
2024-05-24 01:29:07 +02:00
nixpkgs-merge-bot[bot] dfa36c1d67
Merge pull request #312557 from r-ryantm/auto-update/intune-portal
intune-portal: 1.2404.23-jammy -> 1.2404.25-jammy
2024-05-23 23:28:19 +00:00
Emily 7d8ed5ce92
Merge pull request #291853 from greaka/grafana
grafanaPlugins.grafana-oncall-app: init at 1.5.1
2024-05-24 01:27:05 +02:00
superherointj d0a20d7c59
Merge pull request #314112 from khaneliman/bicep
bicep: fix updater script
2024-05-23 20:16:42 -03:00
pennae 4d2462511f
Merge pull request #314099 from mrkline/snapper-and-borgbackup-doc-fix
nixos/snapper, nixos/borgbackup: Fix module doc typo
2024-05-24 01:15:09 +02:00
Sandro 3e3ac0e7ba
Merge pull request #305516 from OPNA2608/init/lomiri/ayatana-indicator-display
ayatana-indicator-display: init & add to Lomiri
2024-05-24 00:40:55 +02:00
purepani a46ce7c77d
svelte-language-server: convert to buildNpmPackage 2024-05-24 00:23:44 +02:00
superherointj 7962cbb232
Merge pull request #314082 from superherointj/bicep-0.27.1
bicep: 0.26.54 -> 0.27.1
2024-05-23 19:09:01 -03:00
Austin Horstman 5771dbfa7d
bicep: fix updater script 2024-05-23 17:03:01 -05:00
Robert Scott 2db4e7d035
Merge pull request #313729 from pluiedev/zhf-24.05/gobang
gobang: unbreak, modernize
2024-05-23 23:02:10 +01:00
Sergei Trofimovich 44744fc83f githooks.tests: fix eval
Without the change the eval fails as:

    $ nix build --no-link -f. githooks.tests
    error:
           … while evaluating the 'name' attribute of a derivation

           … while evaluating a branch condition
             at lib/strings.nix:1194:3:
             1193|   # First detect the common case of already valid strings, to speed those up
             1194|   if stringLength string <= 207 && okRegex string != null
                 |   ^
             1195|   then unsafeDiscardStringContext string

           … in the left operand of the AND (&&) operator
             at lib/strings.nix:1194:33:
             1193|   # First detect the common case of already valid strings, to speed those up
             1194|   if stringLength string <= 207 && okRegex string != null
                 |                                 ^
             1195|   then unsafeDiscardStringContext string

           (stack trace truncated; use '--show-trace' to show the full, detailed trace)

           error: expected a set but found a string: "githooks-cli"
2024-05-23 22:51:08 +01:00
almini 0f3add331c segger-jlink: 794l -> 796b 2024-05-23 23:49:13 +02:00
Robert Scott 1a417acb1a
Merge pull request #313474 from javaes/python312Packages.webssh/fix_test_case
python312Packages.webssh: fix test case
2024-05-23 22:43:46 +01:00
Peder Bergebakken Sundt ccda8b5e02
Merge pull request #310475 from r-ryantm/auto-update/miniupnpc
miniupnpc: 2.2.6 -> 2.2.7
2024-05-23 23:35:15 +02:00
Peder Bergebakken Sundt b962cd91aa
Merge pull request #307671 from r-ryantm/auto-update/matio
matio: 1.5.26 -> 1.5.27
2024-05-23 23:29:09 +02:00
Matt Kline 234f4db797 nixos/snapper, nixos/borgbackup: Fix module doc typo
The persistentTimer argument sets the _Persistent_ field in
systemd.timer(5).

Pointed out in #312549
2024-05-23 14:23:40 -07:00
Yt ce207e6092
Merge pull request #314090 from r-ryantm/auto-update/surrealdb
surrealdb: 1.5.0 -> 1.5.1
2024-05-23 21:12:35 +00:00
Yt ff95d71dbe
Merge pull request #314036 from onny/stalwart-update3
stalwart-mail: 0.8.0 -> 0.8.1
2024-05-23 21:12:09 +00:00
Leah Amelia Chen a1090bebdc gobang: unbreak, modernize 2024-05-23 23:09:20 +02:00
Peder Bergebakken Sundt 72b813ecff
Merge pull request #308251 from r-ryantm/auto-update/libpkgconf
libpkgconf: 2.1.1 -> 2.2.0
2024-05-23 22:45:25 +02:00
Peder Bergebakken Sundt a91ec3ce6f
Merge pull request #308953 from r-ryantm/auto-update/gdcm
gdcm: 3.0.23 -> 3.0.24
2024-05-23 22:43:51 +02:00
Sandro d0ce4f80a8
Merge pull request #313980 from Sigmanificient/pypkgs-remove-unused-fetchpatch
python3Packages: remove unused fetchpath and other arguments
2024-05-23 22:42:04 +02:00
kirillrdy 0bc1816966
Merge pull request #313890 from stasjok/neovim-fix-markdown-inline-parser
neovim-unwrapped: fix markdown_inline tree-sitter parser
2024-05-24 06:38:22 +10:00
Bernardo Meurer 0e1767b30f
Merge pull request #309130 from cjshearer/master
ideamaker: init at 4.3.3
2024-05-23 16:36:13 -04:00
R. Ryantm 4c627d7adc surrealdb: 1.5.0 -> 1.5.1 2024-05-23 20:32:29 +00:00
Robert Scott d217f9964f
Merge pull request #313856 from Moraxyc/py-ds4drv
python312Packages.ds4drv: fix build
2024-05-23 21:26:59 +01:00
Robert Scott e9d42f846d
Merge pull request #313855 from Moraxyc/py-datashape
python312Packages.datashape: fix
2024-05-23 21:20:37 +01:00
superherointj 30e7e4163b bicep: 0.26.54 -> 0.27.1
Release: https://github.com/Azure/bicep/releases/tag/v0.27.1
2024-05-23 17:09:00 -03:00
Peder Bergebakken Sundt efbc75c932
Merge pull request #313956 from Daru-san/hmcl-3.5.8
hmcl: 3.5.7 -> 3.5.8
2024-05-23 21:58:58 +02:00
Sandro 37de455272
Merge pull request #313963 from SuperSandro2000/level-zero
level-zero: 1.16.15 -> 1.17.2
2024-05-23 21:46:06 +02:00
Fabian Affolter 7431eee5c7
Merge pull request #313910 from fabaff/checkov-bump
checkov: 3.2.92 -> 3.2.106
2024-05-23 21:45:50 +02:00
Fabian Affolter 5b47d43f4d
Merge pull request #313909 from fabaff/aioquic-bump
python312Packages.aioquic: 0.9.25 -> 1.0.0
2024-05-23 21:45:31 +02:00
Fabian Affolter fc538a5ed9
Merge pull request #313944 from fabaff/aiosasl-fix
python312Packages.aiosasl: fix broken tests on Python 3.12
2024-05-23 21:42:47 +02:00
Fabian Affolter ffd6b4f099
Merge pull request #314008 from fabaff/faraday-agent-parameters-types-bump
python312Packages.faraday-agent-parameters-types: 1.5.1 -> 1.6.0, python312Packages.faraday-plugins: 1.17.0 -> 1.18.0
2024-05-23 21:41:21 +02:00
Fabian Affolter f1fcf7cdc9
Merge pull request #314015 from fabaff/pyecowitt-refactor
python312Packages.pyecowitt: refactor
2024-05-23 21:41:04 +02:00
Fabian Affolter 7655dd98dc
Merge pull request #314016 from fabaff/pyedimax-refactor
python312Packages.pyedimax: refactor
2024-05-23 21:40:52 +02:00
Fabian Affolter f38335b4fb
Merge pull request #313947 from fabaff/metasploit-bump
metasploit: 6.4.9 -> 6.4.10
2024-05-23 21:38:33 +02:00
cjshearer 69b8e69de7 ideamaker: init at 4.3.3 2024-05-23 15:27:43 -04:00
Jon Seager b050751278
Merge pull request #314033 from jnsgruk/chrome-125.0.6422.76
google-chrome: 125.0.6422.60 -> 125.0.6422.76
2024-05-23 20:27:03 +01:00