mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
Merge pull request #71030 from seqizz/g_gita99
gitAndTools.gita: 0.9.2 -> 0.9.9
This commit is contained in:
commit
716ed59a37
@ -2,23 +2,23 @@
|
||||
, buildPythonApplication
|
||||
, fetchPypi
|
||||
, pyyaml
|
||||
, setuptools
|
||||
}:
|
||||
|
||||
buildPythonApplication rec {
|
||||
version = "0.9.2";
|
||||
version = "0.9.9";
|
||||
pname = "gita";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1aycqq4crsa57ghpv7xc497rf4y8x43fcfd0v9prd2kn6h1793r0";
|
||||
sha256 = "1si2f9nyisbrvv8cvrjxj8r4cbrgc97ic0wdlbf34gvp020dsmgv";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pyyaml
|
||||
setuptools
|
||||
];
|
||||
|
||||
doCheck = false; # Releases don't include tests
|
||||
|
||||
meta = with lib; {
|
||||
description = "A command-line tool to manage multiple git repos";
|
||||
homepage = https://github.com/nosarthur/gita;
|
||||
|
Loading…
Reference in New Issue
Block a user