mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
python3Packages.md2gemini: 1.8.1 -> 1.9.0
This commit is contained in:
parent
4bff13a41f
commit
353519185d
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "md2gemini";
|
||||
version = "1.8.1";
|
||||
version = "1.9.0";
|
||||
|
||||
propagatedBuildInputs = [ mistune_2_0 cjkwrap wcwidth ];
|
||||
checkInputs = [ pytestCheckHook ];
|
||||
|
@ -11,7 +11,7 @@ buildPythonPackage rec {
|
|||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0mfa0f0m762168fbsxjr1cx9yhj82dr8z1d28jl6hj9bkqnvvwiy";
|
||||
sha256 = "775cee2be36aa0f4b7ea2861f2ac7d80e113f78b40a58f92192b6c73f6c84e75";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue