mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.selectolax: 0.4.7 -> 0.4.10
Diff: https://github.com/rushter/selectolax/compare/v0.4.7...v0.4.10
Changelog: https://github.com/rushter/selectolax/blob/v0.4.10/CHANGES.md
(cherry picked from commit 2bad535bb1)
This commit is contained in:
parent
de47f3d3a8
commit
520d91899d
1 changed files with 2 additions and 2 deletions
|
|
@ -12,14 +12,14 @@
|
|||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "selectolax";
|
||||
version = "0.4.7";
|
||||
version = "0.4.10";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "rushter";
|
||||
repo = "selectolax";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-W2Icz600qu7XWLQuaevWFOji270wAmG3VmCxaAODLGw=";
|
||||
hash = "sha256-kLzeAz5dEUnD9zMN2iWt2FOCoF7MFpkjloB35wnB7VU=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue