Merge pull request #109130 from yoctocell/gita-0.11.9

This commit is contained in:
Sandro 2021-01-13 08:44:12 +01:00 committed by GitHub
commit 0238b200e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,12 +9,12 @@
}:
buildPythonApplication rec {
version = "0.10.10";
version = "0.11.9";
pname = "gita";
src = fetchFromGitHub {
sha256 = "0k7hicncbrqvhmpq1w3v1309bqij6izw31xs8xcb8is85dvi754h";
rev = "v${version}";
sha256 = "9+zuLAx9lMfltsBqjvsivJ5wPnStPfq11XgGMv/JDpY=";
rev = version;
repo = "gita";
owner = "nosarthur";
};