python3Packages.css-inline: 0.17.0 -> 0.18.0

https://github.com/Stranger6667/css-inline/blob/python-v0.18.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-11-07 00:39:52 +01:00
parent bb75855707
commit 4946ab87a6
2 changed files with 331 additions and 356 deletions
File diff suppressed because it is too large Load Diff
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "css-inline";
version = "0.17.0";
version = "0.18.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Stranger6667";
repo = "css-inline";
rev = "python-v${version}";
hash = "sha256-RclMgVJpK2dOtuFKearRMK8rpa6vFTa8T3Z+A7mk7Zs=";
hash = "sha256-sJOt7CX02uoECdki0iUZin4sAIgLafBLb5kjXEgYcYg=";
};
postPatch = ''
@@ -43,7 +43,7 @@ buildPythonPackage rec {
cd bindings/python
ln -s ${./Cargo.lock} Cargo.lock
'';
hash = "sha256-WvUlumpXVLiu9htY07wfGyibro2StWgYF7XVW411ePw=";
hash = "sha256-LpknrrsIZ38NlQDMGpiA7cftspvCo/mQ8KAwKRkdVEc=";
};
nativeBuildInputs = [