git-revise: 0.4.2 -> 0.5.0
This commit is contained in:
parent
141b7210cb
commit
04f71c2f8f
@ -1,7 +1,7 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, pythonAtLeast
|
||||
, pythonOlder
|
||||
, tox
|
||||
, pytest
|
||||
, pylint
|
||||
@ -11,14 +11,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "git-revise";
|
||||
version = "0.4.2";
|
||||
version = "0.5.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1mq1fh8m6jxl052d811cgpl378hiq20a8zrhdjn0i3dqmxrcb8vs";
|
||||
sha256 = "16sxmxksb5gjj6zfh1wy2czqj9nm4sd3j4fbrsphs8l065dzzikj";
|
||||
};
|
||||
|
||||
disabled = !(pythonAtLeast "3.6");
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
checkInputs = [ tox pytest pylint mypy black ];
|
||||
|
||||
@ -29,6 +29,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Efficiently update, split, and rearrange git commits";
|
||||
homepage = https://github.com/mystor/git-revise;
|
||||
changelog = "https://github.com/mystor/git-revise/blob/${version}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ emily ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user