Merge master into staging-next

This commit is contained in:
nixpkgs-ci[bot]
2025-05-12 06:06:09 +00:00
committed by GitHub
30 changed files with 456 additions and 119 deletions
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pineapple-pictures";
version = "0.9.2";
version = "1.0.0";
src = fetchFromGitHub {
owner = "BLumia";
repo = "pineapple-pictures";
rev = finalAttrs.version;
hash = "sha256-NWh0+DEfKT1iZY6tXVGuxgaXF5U+UB9S5BlWyD+1Bko=";
hash = "sha256-6LcfACoDJqB3Y9vJR1/u1yV3bHHVgU4l9cmCJ5KjqUc=";
};
nativeBuildInputs = [
@@ -103,11 +103,11 @@ assert lib.all (p: p.enabled -> !(builtins.elem null p.buildInputs)) plugins;
stdenv.mkDerivation rec {
pname = "weechat";
version = "4.6.2";
version = "4.6.3";
src = fetchurl {
url = "https://weechat.org/files/src/weechat-${version}.tar.xz";
hash = "sha256-D6AkKhgRb+J/dG27giEhgF2mu129QHUNQsYzBuSJZig=";
hash = "sha256-XAte+pabhzxL5YIBmxhSPuQD50MLgiOCW820Son1gV0=";
};
# Why is this needed? https://github.com/weechat/weechat/issues/2031
+5 -6
View File
@@ -1,7 +1,7 @@
{
lib,
stdenv,
fetchFromGitHub,
fetchfossil,
docutils,
pkg-config,
freetype,
@@ -11,13 +11,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "abcm2ps";
version = "8.14.15";
version = "8.14.17";
src = fetchFromGitHub {
owner = "leesavide";
repo = "abcm2ps";
src = fetchfossil {
url = "https://chiselapp.com/user/moinejf/repository/abcm2ps";
rev = "v${finalAttrs.version}";
hash = "sha256-0ZSMKARX16/33sIWR8LOVOFblI/Q+iZgnfVq/xqRMnI=";
hash = "sha256-YA36wfj7owKu/KyWgCj6U8EJEh831cFtQj4/JtH6kVg=";
};
configureFlags = [
+3 -3
View File
@@ -6,15 +6,15 @@
rustPlatform.buildRustPackage rec {
pname = "ansi-escape-sequences-cli";
version = "0.1.4";
version = "0.2.0";
src = fetchCrate {
inherit pname version;
hash = "sha256-KGPlNXkF16VdoOb3tg3nsQRdtgU83z7ibPy965bvvDk=";
hash = "sha256-15C389g4PrI8Qg25B1LxFgb7gkABw0q0O5RDg3YTv3w=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-r2dZ3io8YRWE1BJQ+gM5uwhz56RgvjHvgmARnHVsQCA=";
cargoHash = "sha256-u7BfevNT3f7YVFke9BzHK/LHHYJZlGTYyg0dENc1pVs=";
meta = {
description = "Quickly get ANSI escape sequences";
+3 -3
View File
@@ -13,13 +13,13 @@
buildNpmPackage rec {
pname = "bitwarden-cli";
version = "2025.3.0";
version = "2025.4.0";
src = fetchFromGitHub {
owner = "bitwarden";
repo = "clients";
tag = "cli-v${version}";
hash = "sha256-SFwDyff3BHx0QKQZbhESUvjPT906/HGxGr1bA0PAvTQ=";
hash = "sha256-sWphSdxh07GS7GPlNVxK7zoXMTGLjT7qTLfH1nsIiQQ=";
};
postPatch = ''
@@ -29,7 +29,7 @@ buildNpmPackage rec {
nodejs = nodejs_20;
npmDepsHash = "sha256-8sHagqyDqdGtY8IIOPq8hGYUdnkChR94wK4OWeuAgbc=";
npmDepsHash = "sha256-/BOzDt+wgnWedWfShPkAhaeujBBQTDlZdtiKl3wrOqE=";
nativeBuildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
cctools
+2 -2
View File
@@ -34,7 +34,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dnf5";
version = "5.2.13.0";
version = "5.2.13.1";
outputs = [
"out"
@@ -45,7 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "rpm-software-management";
repo = "dnf5";
tag = finalAttrs.version;
hash = "sha256-O5rEI6/ZtaEcjOaHCPT8kS6d3aqyEENHL7GNHg+FRgo=";
hash = "sha256-Qt3G4jsJNk7iMOWliGjyR2dOGpWANVtZFeYwlsYbFrw=";
};
nativeBuildInputs =
+9
View File
@@ -1,6 +1,7 @@
{
lib,
fetchFromGitHub,
fetchpatch,
meson,
python3Packages,
ninja,
@@ -28,6 +29,14 @@ python3Packages.buildPythonApplication rec {
sha256 = "sha256-O8qBD92P2g8QrBdMXa6j0Ozk+W80Ny5yk0KNTy7ekfE=";
};
patches = [
(fetchpatch {
name = "replace-imp-with-importlib.patch";
url = "https://github.com/getting-things-gnome/gtg/commit/568a00a3296d12cf3b2846c59bc99d13ecba7d47.patch";
hash = "sha256-i3F638ZGiKfSxVUZm6rzzPRpcIHLOO9dgV0SzNLSroI=";
})
];
nativeBuildInputs = [
meson
ninja
+66
View File
@@ -0,0 +1,66 @@
{
stdenv,
fetchzip,
mitscheme,
guile,
lib,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "guile-irregex";
version = "0.9.11";
src = fetchzip {
url = "https://synthcode.com/scheme/irregex/irregex-${finalAttrs.version}.tar.gz";
hash = "sha256-abBCMNsr6GTBOm+eQWuOX8JYx/qMA/V6TwGdYRjznWU=";
};
strictDeps = true;
nativeBuildInputs = [
guile
mitscheme
];
buildInputs = [
guile
];
env.GUILE_AUTO_COMPILE = "0";
buildPhase = ''
runHook preBuild
site_dir="$out/share/guile/site/3.0"
lib_dir="$out/lib/guile/3.0/site-ccache"
mkdir -p $site_dir/rx/source
mkdir -p $lib_dir/rx/source
cp $src/irregex-guile.scm $site_dir/rx/irregex.scm
cp $src/irregex.scm $site_dir/rx/source/irregex.scm
cp $src/irregex-utils.scm $site_dir/rx/source/irregex-utils.scm
guild compile --r7rs $site_dir/rx/irregex.scm -o $lib_dir/rx/irregex.go
guild compile --r7rs $site_dir/rx/source/irregex.scm -o $lib_dir/rx/source/irregex.go
runHook postBuild
'';
dontInstall = true;
meta = {
description = "IrRegular Expressions";
longDescription = ''
A fully portable and efficient R[4567]RS implementation of regular expressions, supporting
both POSIX syntax with various (irregular) PCRE extensions, as well as SCSH's SRE syntax, with
various aliases for commonly used patterns. DFA matching is used when possible, otherwise a
closure-compiled NFA approach is used. The library makes no assumptions about the encoding of
strings or range of characters and can thus be used in Unicode-aware Scheme implementations.
Matching may be performed over standard Scheme strings, or over arbitrarily chunked streams of
strings.
'';
homepage = "https://synthcode.com/scheme/irregex";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ knightpp ];
platforms = guile.meta.platforms;
};
})
@@ -0,0 +1,51 @@
{
lib,
stdenv,
fetchFromGitea,
guile,
pkg-config,
guile-srfi-145,
guile-srfi-180,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "guile-json-rpc";
version = "0.4.5a";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "rgherdt";
repo = "scheme-json-rpc";
tag = finalAttrs.version;
hash = "sha256-sTJxPxHKovMOxfu5jM/6EpB9RFpG+9E3388xeE2Fpgw=";
};
strictDeps = true;
propagatedBuildInputs = [
guile-srfi-145
guile-srfi-180
];
nativeBuildInputs = [
pkg-config
guile
];
buildInputs = [
guile
];
env.GUILE_AUTO_COMPILE = "0";
preConfigure = ''
cd guile
'';
meta = {
description = "A JSON-RPC implementation for Scheme";
homepage = "https://codeberg.org/rgherdt/scheme-json-rpc";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ knightpp ];
platforms = guile.meta.platforms;
};
})
@@ -0,0 +1,67 @@
{
lib,
guile,
stdenv,
fetchFromGitea,
pkg-config,
bash,
makeWrapper,
guile-json-rpc,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "guile-lsp-server";
version = "0.4.7";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "rgherdt";
repo = "scheme-lsp-server";
tag = finalAttrs.version;
hash = "sha256-XNzon1l6CnCd4RasNrHHxWEBNhyaHXgdNLsvjvRLbfk=";
};
strictDeps = true;
nativeBuildInputs = [
pkg-config
makeWrapper
guile
];
buildInputs = [
guile
];
propagatedBuildInputs = [
guile-json-rpc
];
makeFlags = [ "GUILE_AUTO_COMPILE=0" ];
preConfigure = ''
cd guile
'';
postInstall = ''
wrapProgram $out/bin/guile-lsp-server \
--prefix PATH : ${
lib.makeBinPath [
guile
bash
]
} \
--set GUILE_AUTO_COMPILE 0 \
--prefix GUILE_LOAD_PATH : "$out/${guile.siteDir}:$GUILE_LOAD_PATH" \
--prefix GUILE_LOAD_COMPILED_PATH : "$out/${guile.siteCcacheDir}:$GUILE_LOAD_COMPILED_PATH" \
--argv0 $out/bin/guile-lsp-server
'';
meta = {
homepage = "https://codeberg.org/rgherdt/scheme-lsp-server";
description = "An LSP server for Guile";
mainProgram = "guile-lsp-server";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ knightpp ];
platforms = guile.meta.platforms;
};
})
@@ -0,0 +1,61 @@
{
lib,
stdenv,
fetchFromGitea,
guile,
guile-irregex,
}:
stdenv.mkDerivation {
pname = "guile-srfi-145";
version = "0-unstable-2023-06-04";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "rgherdt";
repo = "srfi";
rev = "e598c28eb78e9c3e44f5c3c3d997ef28abb6f32e";
hash = "sha256-kvM2v/nDou0zee4+qcO5yN2vXt2y3RUnmKA5S9iKFE0=";
};
strictDeps = true;
nativeBuildInputs = [
guile
];
buildInputs = [
guile
];
propagatedBuildInputs = [
guile-irregex
];
preConfigure = ''
export GUILE_AUTO_COMPILE=0
'';
buildPhase = ''
runHook preBuild
site_dir="$out/share/guile/site/3.0"
lib_dir="$out/lib/guile/3.0/site-ccache"
export GUILE_LOAD_PATH=.:$site_dir:...:$GUILE_LOAD_PATH
export GUILE_LOAD_COMPILED_PATH=.:$lib_dir:...:$GUILE_LOAD_COMPILED_PATH
mkdir -p $site_dir/srfi
cp $src/srfi/srfi-145.scm $site_dir/srfi/
guild compile --r7rs $site_dir/srfi/srfi-145.scm -o $lib_dir/srfi/srfi-145.go
runHook postBuild
'';
meta = {
description = "Scheme SRFI-145 implementations in portable R7RS scheme";
homepage = "https://codeberg.org/rgherdt/srfi";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ knightpp ];
platforms = guile.meta.platforms;
};
}
@@ -0,0 +1,64 @@
{
lib,
stdenv,
fetchFromGitea,
guile,
guile-irregex,
}:
stdenv.mkDerivation {
pname = "guile-srfi-180";
version = "0-unstable-2023-06-04";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "rgherdt";
repo = "srfi";
rev = "e598c28eb78e9c3e44f5c3c3d997ef28abb6f32e";
hash = "sha256-kvM2v/nDou0zee4+qcO5yN2vXt2y3RUnmKA5S9iKFE0=";
};
strictDeps = true;
nativeBuildInputs = [
guile
];
buildInputs = [
guile
];
propagatedBuildInputs = [
guile-irregex
];
preConfigure = ''
export GUILE_AUTO_COMPILE=0
'';
buildPhase = ''
runHook preBuild
site_dir="$out/share/guile/site/3.0"
lib_dir="$out/lib/guile/3.0/site-ccache"
export GUILE_LOAD_PATH=.:$site_dir:...:$GUILE_LOAD_PATH
export GUILE_LOAD_COMPILED_PATH=.:$lib_dir:...:$GUILE_LOAD_COMPILED_PATH
mkdir -p $site_dir/srfi
cp $src/srfi/srfi-180.scm $site_dir/srfi
cp -R $src/srfi/srfi-180/ $site_dir/srfi
cp -R $src/srfi/180/ $site_dir/srfi
guild compile -x "sld" --r7rs $site_dir/srfi/srfi-180/helpers.sld -o $lib_dir/srfi/srfi-180/helpers.go
guild compile --r7rs $site_dir/srfi/srfi-180.scm -o $lib_dir/srfi/srfi-180.go
runHook postBuild
'';
meta = {
description = "Scheme SRFI-180 implementations in portable R7RS scheme";
homepage = "https://codeberg.org/rgherdt/srfi";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ knightpp ];
platforms = guile.meta.platforms;
};
}
+3 -3
View File
@@ -14,13 +14,13 @@
rustPlatform.buildRustPackage rec {
pname = "maa-cli";
version = "0.5.4";
version = "0.5.5";
src = fetchFromGitHub {
owner = "MaaAssistantArknights";
repo = "maa-cli";
rev = "v${version}";
hash = "sha256-KoKMfZrI3V73hbZGm0Xx8VxL7ENicSApropLm02B098=";
hash = "sha256-WOl/d4q7l6t5BZYOf2lih/eIBTiswRBYWALmXx5ffio=";
};
nativeBuildInputs = [
@@ -36,7 +36,7 @@ rustPlatform.buildRustPackage rec {
buildFeatures = [ "git2" ];
useFetchCargoVendor = true;
cargoHash = "sha256-EIN624QnrPvta8ZNb27vT6ZDO2YY0CKSrSIZqelSlJU=";
cargoHash = "sha256-1KTPvL5JdxN1TPfS0H6Rxi4o8dzMAolHSti9xUKChL8=";
# maa-cli would only search libMaaCore.so and resources in itself's path
# https://github.com/MaaAssistantArknights/maa-cli/issues/67
+3 -3
View File
@@ -6,17 +6,17 @@
rustPlatform.buildRustPackage rec {
pname = "minijinja";
version = "2.9.0";
version = "2.10.2";
src = fetchFromGitHub {
owner = "mitsuhiko";
repo = "minijinja";
rev = version;
hash = "sha256-WbWMssIQ8ETaVaJ9fEkUxHmnylH4hdO14XMwyB0BtFY=";
hash = "sha256-JPR9FRMVQH7DdYyFfh75g1BYDg8R9xCnigirGe8Xx1o=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-B9La6DSrsJXsausew/FMcl/iQvZxrNkavddtU5yIQuA=";
cargoHash = "sha256-EInDnhUD29nZUOr2nBT4SuweMVad+RsS5eS767CvjRk=";
# The tests relies on the presence of network connection
doCheck = false;
+3 -3
View File
@@ -10,12 +10,12 @@
buildGoModule rec {
pname = "shopware-cli";
version = "0.5.18";
version = "0.5.20";
src = fetchFromGitHub {
repo = "shopware-cli";
owner = "FriendsOfShopware";
tag = version;
hash = "sha256-0s+VoLw+isYzOQDxcFxEMxuOAKSej/q0tzpgzeHcshE=";
hash = "sha256-GXigjGjeOK74S2ZTjQj6FA+5074bbdNVfvWrjy8fLRY=";
};
nativeBuildInputs = [
@@ -27,7 +27,7 @@ buildGoModule rec {
dart-sass
];
vendorHash = "sha256-g1Xtqt+LzBIHd57AGUbKuzWmT1pTG+eciuYDfdgEmkM=";
vendorHash = "sha256-pT47MLTGTV9/VZ3CeevSBwm9yB68aECXmcNuiGyovXY=";
postInstall = ''
installShellCompletion --cmd shopware-cli \
+21 -1
View File
@@ -3,6 +3,7 @@
lib,
fetchFromGitHub,
autoreconfHook,
cxxtest,
}:
stdenv.mkDerivation {
@@ -16,8 +17,28 @@ stdenv.mkDerivation {
sha256 = "sha256-AiygCfBze7J1Emy6mc27Dim34eLR7VId9wodUZapIL4=";
};
strictDeps = true;
nativeBuildInputs = [ autoreconfHook ];
doCheck = true;
nativeCheckInputs = [ cxxtest ];
checkInputs = [ cxxtest ];
checkPhase = ''
runHook preCheck
pushd test
cxxtestgen --error-printer --have-std -o tests.cpp sta_test_1.h sta_test_2.h
${stdenv.cc.targetPrefix}c++ -o tester tests.cpp
./tester
popd
runHook postCheck
'';
meta = with lib; {
description = "Simple statistics from the command line interface (CLI), fast";
longDescription = ''
@@ -31,7 +52,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/simonccarter/sta";
maintainers = [ ];
platforms = platforms.all;
badPlatforms = platforms.darwin;
mainProgram = "sta";
};
}
+2 -2
View File
@@ -23,13 +23,13 @@ assert lib.elem lineEditingLibrary [
];
stdenv.mkDerivation (finalAttrs: {
pname = "trealla";
version = "2.68.21";
version = "2.71.2";
src = fetchFromGitHub {
owner = "trealla-prolog";
repo = "trealla";
rev = "v${finalAttrs.version}";
hash = "sha256-iUK2cbt/m386fyBqS9BcO0H5djApd01E6CwUvZ8WtmA=";
hash = "sha256-lMzqeqf7VOe3vqiC481OpwY2c8WwewBbiwfut7TE1S8=";
};
postPatch = ''
+3 -3
View File
@@ -8,17 +8,17 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "typstyle";
version = "0.13.5";
version = "0.13.6";
src = fetchFromGitHub {
owner = "Enter-tainer";
repo = "typstyle";
tag = "v${finalAttrs.version}";
hash = "sha256-BrNPtdU8Y9lN6LCws+anvrMgmnXRsuglCE2iiBRNmh8=";
hash = "sha256-tuzNRvoIvEYqYUhyaEcExaAjMfdA8n/+i/SfT9xeERE=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-ShjyRG/s+M+3HiJgkl1RZbPNE0GD6e/BEJK1PyB2VVM=";
cargoHash = "sha256-Lxg4siUkdyL2Cmy3ToPvlDYYHZbRIHl7MuUG8uWqqvc=";
# Disabling tests requiring network access
checkFlags = [
+2 -2
View File
@@ -35,11 +35,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xscreensaver";
version = "6.09";
version = "6.10.1";
src = fetchurl {
url = "https://www.jwz.org/xscreensaver/xscreensaver-${finalAttrs.version}.tar.gz";
hash = "sha256-9GZ3Ba24zEP9LzlzqIobVLFvIBkK/pOyHiIfL1cyCwU=";
hash = "sha256-/+WZ+c93r6Ru+427e1YejaDDFW3qZLY14Lfiwg9Ls+0=";
};
outputs = [
+11 -10
View File
@@ -8,15 +8,15 @@
yq-go,
}:
buildGoModule rec {
buildGoModule (finalAttrs: {
pname = "yq-go";
version = "4.45.3";
version = "4.45.4";
src = fetchFromGitHub {
owner = "mikefarah";
repo = "yq";
rev = "v${version}";
hash = "sha256-xa0kIdb/Y+1zqGulmQ3qR62E9q4s5CCooYvsUDsZN9E=";
rev = "v${finalAttrs.version}";
hash = "sha256-qcsm7dB7F7Snul2PbH/7RdK17c5qT+mk+FvfqnFfuak=";
};
vendorHash = "sha256-cA5Y0/2lvYfVXr4zgtp/U8aBUkHnh9xb9jDHVk/2OME=";
@@ -31,21 +31,22 @@ buildGoModule rec {
'';
passthru.tests = {
simple = runCommand "${pname}-test" { } ''
simple = runCommand "${finalAttrs.pname}-test" { } ''
echo "test: 1" | ${yq-go}/bin/yq eval -j > $out
[ "$(cat $out | tr -d $'\n ')" = '{"test":1}' ]
'';
};
meta = with lib; {
meta = {
description = "Portable command-line YAML processor";
homepage = "https://mikefarah.gitbook.io/yq/";
changelog = "https://github.com/mikefarah/yq/raw/v${version}/release_notes.txt";
changelog = "https://github.com/mikefarah/yq/raw/v${finalAttrs.version}/release_notes.txt";
mainProgram = "yq";
license = [ licenses.mit ];
maintainers = with maintainers; [
license = [ lib.licenses.mit ];
maintainers = with lib.maintainers; [
lewo
prince213
SuperSandro2000
];
};
}
})
+3 -3
View File
@@ -33,9 +33,9 @@ let
"19.1.7".officialRelease.sha256 = "sha256-cZAB5vZjeTsXt9QHbP5xluWNQnAHByHtHnAhVDV0E6I=";
"20.1.4".officialRelease.sha256 = "sha256-/WomqG2DdnUHwlVsMfpzaK/dhGV3zychfU0wLmihQac=";
"21.0.0-git".gitRelease = {
rev = "ed95624e208e5bf7c3eeadfccee0fb6060a4ca98";
rev-version = "21.0.0-unstable-2025-04-27";
sha256 = "sha256-L7H/+V+rdhddNLPEbn9h4cRy+ioxUYxuMMhvORB5Q6s=";
rev = "b3e8b21c57cc5549767d21a2be43baeec431c6f7";
rev-version = "21.0.0-unstable-2025-05-04";
sha256 = "sha256-4fe6xaE5FEvHRFDcs9mNE08b54Cq3lzEezyI2hs2e/8=";
};
} // llvmVersions;
@@ -20,13 +20,13 @@
buildDunePackage rec {
pname = "awa";
version = "0.5.0";
version = "0.5.1";
minimalOCamlVersion = "4.10";
src = fetchurl {
url = "https://github.com/mirage/awa-ssh/releases/download/v${version}/awa-${version}.tbz";
hash = "sha256-SYSkhB43KmYaCEYGwFihMPLvh1Zr9xeWFio5atY19A8=";
hash = "sha256-bd6vBgUwJh1MUlrgbdbBVTZMd3gcJGIX8EEJ5872n14=";
};
propagatedBuildInputs = [
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "ical";
version = "9.2.0";
version = "9.2.1";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "allenporter";
repo = "ical";
tag = version;
hash = "sha256-i3bfXdjTM3XLuTxxTV/qq+zDJvj8UVm2+8o1WbU8KLA=";
hash = "sha256-kQWzvZrtdcOWP2Y1f6D4SdtEsDSAKidRdKJRBe+ORxQ=";
};
build-system = [ setuptools ];
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "imeon-inverter-api";
version = "0.3.12";
version = "0.3.13";
pyproject = true;
src = fetchFromGitHub {
owner = "Imeon-Inverters-for-Home-Assistant";
repo = "inverter-api";
tag = version;
hash = "sha256-creGva8ZC20yfgjO4XhvXerGuhVnXbshUvoexxjSHFU=";
hash = "sha256-1ovmIG20AcUzyesXT5HC6oPEKofpH2B+AEfmKQnNQ8c=";
};
build-system = [ pdm-pep517 ];
@@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "ocrmypdf";
version = "16.10.0";
version = "16.10.1";
pyproject = true;
src = fetchFromGitHub {
@@ -41,7 +41,7 @@ buildPythonPackage rec {
postFetch = ''
rm "$out/.git_archival.txt"
'';
hash = "sha256-tRq3qskZK39xfSof4RUTWC2h9mi7eGDHR6nI7reltm4=";
hash = "sha256-9gjLznyR7LLvq+5HHyK5qSFAQEWW3i00N2SLM7x4NXo=";
};
patches = [
@@ -99,7 +99,7 @@ buildPythonPackage rec {
maintainers = with maintainers; [
dotlambda
];
changelog = "https://github.com/ocrmypdf/OCRmyPDF/blob/${src.rev}/docs/release_notes.rst";
changelog = "https://github.com/ocrmypdf/OCRmyPDF/blob/${src.rev}/docs/release_notes.md";
mainProgram = "ocrmypdf";
};
}
@@ -35,13 +35,13 @@
let
pname = "psycopg";
version = "3.2.7";
version = "3.2.8";
src = fetchFromGitHub {
owner = "psycopg";
repo = "psycopg";
tag = version;
hash = "sha256-v4R+5jgC4dTrL+i6O+UCCr7+g673hKi9YmrSeROLpZs=";
hash = "sha256-fSryNbWqIO5+oyU9uP7zO6TJzrtFPwrtaU0toxBysao=";
};
patches = [
@@ -202,6 +202,8 @@ buildPythonPackage rec {
# don't depend on mypy for tests
"test_version"
"test_package_version"
# expects timeout, but we have no route in the sandbox
"test_connect_error_multi_hosts_each_message_preserved"
];
disabledTestPaths = [
@@ -220,9 +222,6 @@ buildPythonPackage rec {
"-o cache_dir=.cache"
"-m"
"'not refcount and not timing and not flakey'"
# pytest.PytestRemovedIn9Warning: Marks applied to fixtures have no effect
"-W"
"ignore::pytest.PytestRemovedIn9Warning"
];
postCheck = ''
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "voluptuous-openapi";
version = "0.0.7";
version = "0.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "home-assistant-libs";
repo = "voluptuous-openapi";
tag = "v${version}";
hash = "sha256-shgLUO4dFuvVG8K3yuK8FUsohIb4zgh7h6nvNiaYws0=";
hash = "sha256-cfunRVEFz8gMLEtZ6nhH7w/rW5ea0JaaV+W/4gm4mwo=";
};
build-system = [ setuptools ];
@@ -12,35 +12,35 @@
},
"34": {
"hashes": {
"aarch64-darwin": "3b0cddd2b2255f59ef875fc637c2663f225f30233b6eb7ddf7fdf5222b5961f1",
"aarch64-linux": "a66671fefa3fd3fe9325c7c426abd06cbd33509095a598aa694247f3f6e0116f",
"armv7l-linux": "d1f70070aa7f5747a0e3e1f62c8c77ee122bc95519faeef3117dabd0f0dc9f41",
"headers": "1z70qaping1fxsg9x130zjywcc6pirsnyrk0bg3jiirynpvpp5yq",
"x86_64-darwin": "20b45d23c25c0c0d3ce86a53520fdaecb87ad98841714b694b4ef7182edbae33",
"x86_64-linux": "53ea5ac3faa44a1e5511ad67b1020833dc0e792f19158e3684d6b5d9e85da98b"
"aarch64-darwin": "3e2fd510e2c3703862bfb3114f4aa167504ef97130cfc06d538764b8c8b7211e",
"aarch64-linux": "05a5e7601672a8bca016fb6e1fe67afc39d54a5e6ab469eff3d5cbbce3a43557",
"armv7l-linux": "c5aa5f77ba3386f2989e330858e6a41b7293b3e741abc4146cf19b5a08b34473",
"headers": "0gxibckgmbvbr84469fvl1f32aw1hbycnsj1lz5cmx196rpdj0r6",
"x86_64-darwin": "c1d30282cbc12cd47f6bfddf18a97a71964ee1c6933ceb91292547a45c7baee0",
"x86_64-linux": "a557db3c99b30a0712849fc9b6b96b56d5a62e51f1d8ace29df4902dc6edea01"
},
"version": "34.5.3"
"version": "34.5.5"
},
"35": {
"hashes": {
"aarch64-darwin": "b58cf4bd40582986dfaf4e466788ebc6ea3187c348bf94a67a2c1ea1c1704d1e",
"aarch64-linux": "27fca86f64dacc20f4205346bca9a82071580575b254d4d37615a5907221ce0f",
"armv7l-linux": "4e31b1d737f560988023cf9e2449bee9177c6b4303eb74de6293c219c00a0d21",
"aarch64-darwin": "a01c6589909768dced83f5f5b1cb2f85906ace17fae8e9aab4b900db6268e0e5",
"aarch64-linux": "e6dc44d0a89e344de8751d4b8f6f3b4ce558fd4d18c0744894a8108a70a8d593",
"armv7l-linux": "26980b8f10f913b976fa0caf3faa06f5c55956801a2c5a6fb61ac403d82c07fc",
"headers": "1la2xfr8lyvq7dc4mxllj3qksrrwxmz3nc2fnr2h0l08bfn2y1ay",
"x86_64-darwin": "6d2fad32fabf4cf664ffeef6c2f99af8465db5dfb6fc1a752ce5d9363235deff",
"x86_64-linux": "d346f416d061f38bc53f3d57e0f01c03d0febb00199e362f7ef2e1209f93817e"
"x86_64-darwin": "06426674106607c73b858ba6d69446cd0c56f40bbcb3ec35de36a516da11833b",
"x86_64-linux": "d76cef792b8a8a05e707337b3ebc8a44b2c6dd98c2a9ee7a53112633308f7817"
},
"version": "35.2.1"
"version": "35.3.0"
},
"36": {
"hashes": {
"aarch64-darwin": "5f38c1939c76a6299ac68a9b5b56deea8d81f4ac02f5855a59a7aad4c3c86eef",
"aarch64-linux": "e09c83143897a2156e070689df80591e62404ed5289e6f6674fe46ccdff6f2f3",
"armv7l-linux": "69210a543ab81214c635868cf3325b58656892cf831cc91eee232cc6112b684d",
"headers": "0wz92myljv28smg20jgs59l2n9kdha99n7ch0ng1bzhavwp619jg",
"x86_64-darwin": "86eb97a6b4f800efc82910cf366e1e1c93fbc003dcb55aad5f78a0af4f0b826e",
"x86_64-linux": "088b95582140e2c9175f01df5c82a80048085acfb416bb27783bf4d0babc7eb4"
"aarch64-darwin": "58da93c88626005c419906e15d4ae0a38f876453b4146fa357ec1545aeff46ae",
"aarch64-linux": "34705bb8645a64e33861cca51693afd02b5f74e9bbb3a9e6be76fec9ffed3328",
"armv7l-linux": "7d7c2a4fced66e3f1373810b66b2185f4bc9e27aa0d1ea910c52397b63c2e4d5",
"headers": "1rn0p8yf1dm43czl4wn0fsxf4gr4y5pqh08invjgvj8671xsn06d",
"x86_64-darwin": "c33a52795bfd51d8801594f4f1a3b17b34571edc8842e30b986b1aa27c3a82d0",
"x86_64-linux": "013dface80733221d4153aaf538e8969b93f50d68798d7de2425d5e758e6956b"
},
"version": "36.1.0"
"version": "36.2.0"
}
}
@@ -12,35 +12,35 @@
},
"34": {
"hashes": {
"aarch64-darwin": "8da5b77a10428ef5c8ea5a313ecc852e29d658bb01b2951e4912cdd7addeb4b1",
"aarch64-linux": "a3c62fb635bc97fec63ace981ed227dd3625bfa7f7ab942c3d90c9b9ba859906",
"armv7l-linux": "144db3d77d3ab45e4ccefd02d4009c06905879158b5d50ebb3c79edbfcb952cd",
"headers": "1z70qaping1fxsg9x130zjywcc6pirsnyrk0bg3jiirynpvpp5yq",
"x86_64-darwin": "a8cdd232352e99a08d2ef767c46e3ea138145431c50dec9f5773220223194f6f",
"x86_64-linux": "b5dd9b7de7b5910dc371a45621cf456ebf3e953234c9ccbf2190ba2ca5c3b948"
"aarch64-darwin": "36f00fa118aeb349961983e4c4866e0f20096f5cf4ac647f036777b411c7e220",
"aarch64-linux": "6358fc8a91d625397cde14bfdae32b0eb57a3b079b3ecf355017eaa18badadf9",
"armv7l-linux": "ca654e2cebf1b2ed1448932862e64325d361be445f9763e4d38e2e4dfa67318e",
"headers": "0gxibckgmbvbr84469fvl1f32aw1hbycnsj1lz5cmx196rpdj0r6",
"x86_64-darwin": "7b4cb534ec96b26a94ad710de288148c984de43453cb43ff2c8f75fbf0f14d19",
"x86_64-linux": "ff1759b9b7acd79b90bcc5d070be52df67e57950f767b15bf051b104b963e0a4"
},
"version": "34.5.3"
"version": "34.5.5"
},
"35": {
"hashes": {
"aarch64-darwin": "59d58226ead49715eb0628eef19609291f842e5dc3f452c2d8e61bebcc3f9c3a",
"aarch64-linux": "1ed6010947742c8be7c049597f1849be71182a03de27c83b8ff763312b372f1d",
"armv7l-linux": "9845085c0259b22b7b31abcf98c918701b580e5c35cc3fc1d969dd2a177efc08",
"aarch64-darwin": "cab8392356a0eecea3cc0ce0484ec721ed55e5343aeda4e4bab43bf874eca03f",
"aarch64-linux": "bd73195f28a134b48c6872d4fd2b02cbf556ce6b9542c2eb0db24a1973947711",
"armv7l-linux": "d757d538247f3225d0334eeb0f707fcd3fb483ed920be7d17ada7a27ade7068b",
"headers": "1la2xfr8lyvq7dc4mxllj3qksrrwxmz3nc2fnr2h0l08bfn2y1ay",
"x86_64-darwin": "0adfea59a90f8c47f4f14a6011ed566944babf5b04ac977fa7ff118a8b3c58bc",
"x86_64-linux": "d1f1027d1d01a0ce6cfdf60fffa64d64ebe75d0c54e9a5acff51f1c8005f6ef4"
"x86_64-darwin": "1ef4c2712558300fe12c279199275d9fb911b790abcada98d85fcb41db4fa98a",
"x86_64-linux": "4a82a0322279e98de71ae7599dd1d152b16a69e794e54a4a17f5d1cdd2aaa9ea"
},
"version": "35.2.1"
"version": "35.3.0"
},
"36": {
"hashes": {
"aarch64-darwin": "e6373639cd3d32cd105808bae06bb7d10357fb54f3ad74aa4a9bf9e9007985a6",
"aarch64-linux": "8d53627e7f69f0d573f9228d9c358f28662521ee200b674f650058deefb0c745",
"armv7l-linux": "dbe7be9ba75d76eb572da822d73487dec128ef6d5e97f6b91f5a3d7a7b52215e",
"headers": "0wz92myljv28smg20jgs59l2n9kdha99n7ch0ng1bzhavwp619jg",
"x86_64-darwin": "46bfd929e8207eccc4360070d9a8c81cab053685db1cfcfeafedd0feaa3da238",
"x86_64-linux": "de707f14b5959821e82b46c391bea6f4199878ad9c61f56c2a358dd80b45664a"
"aarch64-darwin": "fd60bfe2f014e90faf071321568089e0907fb0077d29f3bb9341b059af8a634f",
"aarch64-linux": "1ad1ce228687516ab70d858ab90067234c6a3b2a607b81bc130ddd5ab5576f41",
"armv7l-linux": "03af68d98a2257b05f3ae0c02ded4018fc3cd142523cbe30fd7560e740b0370c",
"headers": "1rn0p8yf1dm43czl4wn0fsxf4gr4y5pqh08invjgvj8671xsn06d",
"x86_64-darwin": "ce5116a70e68daeacfd1511b332ac694520b8a4a63ca738353c7e610420d75dc",
"x86_64-linux": "7851aa60540fd72aa309a649317966f0bc193547ca942b706b78df36c48ff51b"
},
"version": "36.1.0"
"version": "36.2.0"
}
}
+15 -15
View File
@@ -57,10 +57,10 @@
},
"src/electron": {
"args": {
"hash": "sha256-EKqpKTuNmZhjrblE4TkDRrdieb6kNLfLubNU3hpfqLI=",
"hash": "sha256-NdeVWtmGpBqUuRtPBc0xLn7z4YNZ9p765a9nM3XdjCw=",
"owner": "electron",
"repo": "electron",
"rev": "v34.5.3"
"rev": "v34.5.5"
},
"fetcher": "fetchFromGitHub"
},
@@ -394,10 +394,10 @@
},
"src/third_party/electron_node": {
"args": {
"hash": "sha256-y2goL+xmyHPe3NXj1/bxmY98fUrgjP6bim0T0sWjBgw=",
"hash": "sha256-vc3Ztw8m0P96QoCjtyu2Nb0TpVMu9ifrVlkJY15aVbE=",
"owner": "nodejs",
"repo": "node",
"rev": "v20.19.0"
"rev": "v20.19.1"
},
"fetcher": "fetchFromGitHub"
},
@@ -1273,8 +1273,8 @@
},
"electron_yarn_hash": "10ny8cj2m8wn8zb5ljsfc8rpv6y4rp049zv5i5slyk3lj2zpgr6y",
"modules": "132",
"node": "20.19.0",
"version": "34.5.3"
"node": "20.19.1",
"version": "34.5.5"
},
"35": {
"chrome": "134.0.6998.205",
@@ -1334,10 +1334,10 @@
},
"src/electron": {
"args": {
"hash": "sha256-5+LqyQs8wC7EwmO3/YSGsvb+JNBPliycNSrLLUBeNnM=",
"hash": "sha256-rRrXXuCfS9X+00u7/18A3m8V+k9MK0QITuheQlHFZdQ=",
"owner": "electron",
"repo": "electron",
"rev": "v35.2.1"
"rev": "v35.3.0"
},
"fetcher": "fetchFromGitHub"
},
@@ -2583,7 +2583,7 @@
"electron_yarn_hash": "0l38rbmlrcrgkw7ggj33xszcs7arm601gzq4c8v0rn3m5zp6yr77",
"modules": "133",
"node": "22.14.0",
"version": "35.2.1"
"version": "35.3.0"
},
"36": {
"chrome": "136.0.7103.49",
@@ -2643,10 +2643,10 @@
},
"src/electron": {
"args": {
"hash": "sha256-A0/PXVPEtDKtLuy5oUQOyB8TsmvUWgdAGn0cq4k4+14=",
"hash": "sha256-mErVGqPBvplWEEOnEFnEdxDU34jc5YECLj18rU7E/XM=",
"owner": "electron",
"repo": "electron",
"rev": "v36.1.0"
"rev": "v36.2.0"
},
"fetcher": "fetchFromGitHub"
},
@@ -2972,10 +2972,10 @@
},
"src/third_party/electron_node": {
"args": {
"hash": "sha256-bJPSHe3CsL9T1SYwC8hyDbAMqj/5WvgM8VqQU9mpVww=",
"hash": "sha256-KXhkO1qKbf7/KktyLQcPGEzcIErsIKAUE89oGTP2mbI=",
"owner": "nodejs",
"repo": "node",
"rev": "v22.14.0"
"rev": "v22.15.0"
},
"fetcher": "fetchFromGitHub"
},
@@ -3907,7 +3907,7 @@
},
"electron_yarn_hash": "195amc05nj4p1x0mqi04m3qgw15k7fj62lw0xbrjz5iyjdyrdxan",
"modules": "135",
"node": "22.14.0",
"version": "36.1.0"
"node": "22.15.0",
"version": "36.2.0"
}
}