Merge pull request #270246 from bobvanderlinden/pr-git-cola-4.4.1

git-cola: 4.4.0 -> 4.4.1
This commit is contained in:
Nick Cao 2023-11-27 09:33:00 -05:00 committed by GitHub
commit d640e0f940
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "git-cola";
version = "4.4.0";
version = "4.4.1";
src = fetchFromGitHub {
owner = "git-cola";
repo = "git-cola";
rev = "v${version}";
hash = "sha256-LNzsG6I4InygpfbzTikJ1gxTFkVrkDV1eS0CJwKT26A=";
hash = "sha256-PtV2mzxOfZ88THiFD4K+qtOi41GeLF1GcdiFFhUR8Ak=";
};
env.SETUPTOOLS_SCM_PRETEND_VERSION = version;