lexbor: 2.6.0-unstable-2025-11-24 -> 2.7.0; python3Packages.selectolax: 0.4.6 -> 0.4.7 (#504769)

This commit is contained in:
Pol Dellaiera
2026-03-29 19:21:35 +00:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lexbor";
version = "2.6.0-unstable-2025-11-24";
version = "2.7.0";
src = fetchFromGitHub {
owner = "lexbor";
repo = "lexbor";
rev = "7d726f1bed2f489e79751496c584304e6859ee1b";
hash = "sha256-vLP/YJWu1Z2kiT0sFLcMPjzMJHJe457oyPTIsxafTfc=";
tag = "v${finalAttrs.version}";
hash = "sha256-MFwsXMiqKnkHRQkNrl34UDFfRQq1Q5gOYfsE56ZgWwY=";
};
nativeBuildInputs = [
@@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/lexbor/lexbor";
changelog = "https://github.com/lexbor/lexbor/blob/${finalAttrs.src.rev}/CHANGELOG.md";
license = lib.licenses.asl20;
maintainers = [ ];
maintainers = with lib.maintainers; [ miniharinn ];
mainProgram = "lexbor";
platforms = lib.platforms.all;
};
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "selectolax";
version = "0.4.6";
version = "0.4.7";
pyproject = true;
src = fetchFromGitHub {
owner = "rushter";
repo = "selectolax";
tag = "v${version}";
hash = "sha256-gOuuDzbVP5B72e4YHVGw942k2aqrNb/l4eB8DhsnHi8=";
hash = "sha256-W2Icz600qu7XWLQuaevWFOji270wAmG3VmCxaAODLGw=";
};
patches = [