git-crecord: 20220324.0 -> 20230226.0

This commit is contained in:
R. Ryantm 2024-01-22 16:23:47 +00:00
parent 4e2e46fe89
commit 4fb55447b1

View File

@ -2,13 +2,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "git-crecord";
version = "20220324.0";
version = "20230226.0";
src = fetchFromGitHub {
owner = "andrewshadura";
repo = "git-crecord";
rev = version;
sha256 = "sha256-LWO9vteTIe54zTDWyRotLKIIi5SaGD0c9s7B5aBHm0s=";
rev = "refs/tags/${version}";
sha256 = "sha256-zsrMAD9EU+TvkWfWl9x6WbMXuw7YEz50LxQzSFVkKdQ=";
};
propagatedBuildInputs = with python3.pkgs; [ docutils ];