Merge pull request #327096 from r-ryantm/auto-update/python312Packages.mistletoe
python312Packages.mistletoe: 1.3.0 -> 1.4.0
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "mistletoe";
|
||||
version = "1.3.0";
|
||||
version = "1.4.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
owner = "miyuchina";
|
||||
repo = "mistletoe";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-MMBfH4q5AtC/azQUj1a1tMz1MdUf4ad5/tl7lcQCTOw=";
|
||||
hash = "sha256-jFU16vdASGVSPq+TJ/6cN7IGkE/61SL9BWCOPsVqNaU=";
|
||||
};
|
||||
|
||||
pythonImportsCheck = [ "mistletoe" ];
|
||||
|
||||
Reference in New Issue
Block a user