0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

python311Package.css-inline: 0.13.0 -> 0.14.0

https://github.com/Stranger6667/css-inline/releases/tag/python-v0.14.0
This commit is contained in:
Martin Weinelt 2024-04-18 23:41:57 +02:00
parent 88716748da
commit b61f94d7a2
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
2 changed files with 379 additions and 275 deletions

File diff suppressed because it is too large Load diff

View file

@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "css-inline";
version = "0.13.0";
version = "0.14.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Stranger6667";
repo = "css-inline";
rev = "python-v${version}";
hash = "sha256-hhjeOr7EJc4Tmn/eQ1vF0xChSIlgfSmtqi6s7WCUq00=";
hash = "sha256-CdR90GGPWOerXWfVeHrFLAelL+MJ9bfoB4TjKBdRSL0=";
};
postPatch = ''
@ -42,7 +42,7 @@ buildPythonPackage rec {
ln -s ${./Cargo.lock} Cargo.lock
'';
name = "${pname}-${version}";
hash = "sha256-noYBSwCfdpuwb55toyx4K/16Z4A0NWjnMuzwTi5g8AU=";
hash = "sha256-/GO7OcUl0iFgEhr8ZWZQOTNqHn7bt38PpFs0HktmAhE=";
};
nativeBuildInputs = [
@ -67,6 +67,7 @@ buildPythonPackage rec {
disabledTests = [
# fails to connect to local server
"test_cache"
"test_remote_stylesheet"
] ++ lib.optionals (stdenv.isDarwin) [
# pyo3_runtime.PanicException: event loop thread panicked