Merge pull request #265885 from r-ryantm/auto-update/python310Packages.mandown

python310Packages.mandown: 1.5.0 -> 1.6.0
This commit is contained in:
Weijia Wang 2023-11-07 01:54:37 +01:00 committed by GitHub
commit 174a876ed4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "mandown";
version = "1.5.0";
version = "1.6.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "potatoeggy";
repo = "mandown";
rev = "v${version}";
hash = "sha256-ph+1bb1jhqqDE2d4F8lTf7LAzN7DWpDTGn8qhCiccKA=";
rev = "refs/tags/v${version}";
hash = "sha256-2kFzB1xLVEvO7Vo39lwQsVirRY6Z8GMczWK2b1oVYTg=";
};
nativeBuildInputs = [