mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Merge pull request #282966 from r-ryantm/auto-update/gh2md
gh2md: 2.0.0 -> 2.3.1
This commit is contained in:
commit
f92141f5bf
@ -5,11 +5,11 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "gh2md";
|
||||
version = "2.0.0";
|
||||
version = "2.3.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "7a277939d4781f4ca741eccb74fc70f0aa85811185da52219878129cba7f1d77";
|
||||
sha256 = "sha256-B7IB1TWfZ0StH2zo/tXfDAaPlgLvr4ciIv7B8EQyp8w=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [ six requests python-dateutil ];
|
||||
|
Loading…
Reference in New Issue
Block a user