mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.css-parser: 1.0.10 -> 1.1.1
This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "css-parser";
|
||||
version = "1.0.10";
|
||||
version = "1.1.1";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit (finalAttrs) pname version;
|
||||
hash = "sha256-vx6XKtMzROkyBpZPtM2QjZ3e+fzQwB+pPg1zRnU5Q2M=";
|
||||
hash = "sha256-k8f7CM8W1Fu7i5ZLT0iZpOs22b5v/vF/ma0oD0A0s2w=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user