python3Packages.tinycss2: 1.1.1 -> 1.2.1
This commit is contained in:
parent
bb55a99c18
commit
df40f0e030
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "tinycss2";
|
pname = "tinycss2";
|
||||||
version = "1.1.1";
|
version = "1.2.1";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
@ -17,10 +17,10 @@ buildPythonPackage rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kozea";
|
owner = "kozea";
|
||||||
repo = "tinycss2";
|
repo = "tinycss2";
|
||||||
rev = "v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
# for tests
|
# for tests
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
hash = "sha256-RUF/3cjNgDFofoxl9iKY3u5ZAVVQmXu2Qbb5U4brdcQ=";
|
hash = "sha256-rJtxMmW30NK+E+Dhh/fu6FPrEojWWdoEWNt0raYEubs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue