mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
python3Packages.markupsafe: 2.1.0 -> 2.1.1
https://markupsafe.palletsprojects.com/en/2.1.x/changes/#version-2-1-1
This commit is contained in:
parent
1c0f606d01
commit
27b9ca3056
@ -7,13 +7,15 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "markupsafe";
|
||||
version = "2.1.0";
|
||||
disabled = pythonOlder "3.6";
|
||||
version = "2.1.1";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "MarkupSafe";
|
||||
inherit version;
|
||||
sha256 = "sha256-gL6vY937xkoEUrhB2ANsoGEeBJZQ4gr8uIL108Jm1l8=";
|
||||
sha256 = "sha256-f5EZfMnkj5idEuTm+8RklcRGY238gbnM9Quw7HS5HUs=";
|
||||
};
|
||||
|
||||
checkInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user