mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
gh2md: 2.0.0 -> 2.3.1
This commit is contained in:
parent
4e2e46fe89
commit
83bc00391a
@ -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