python3Packages.tinycss2: 1.4.0 -> 1.5.1
Release notes: https://github.com/Kozea/tinycss2/releases/tag/v1.5.1 Changelog: https://github.com/Kozea/tinycss2/compare/v1.4.0...v1.5.1
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "tinycss2";
|
||||
version = "1.4.0";
|
||||
version = "1.5.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
@@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
tag = "v${version}";
|
||||
# for tests
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-GVymUobWAE0YS65lti9dXRIIGpx0YkwF/vSb3y7cpYY=";
|
||||
hash = "sha256-ZVmdHrqfF5fvBvHLaG2B4m1zek4wfEYArkntWzOqhfM=";
|
||||
};
|
||||
|
||||
build-system = [ flit-core ];
|
||||
|
||||
Reference in New Issue
Block a user