Merge pull request #282945 from r-ryantm/auto-update/git-crecord

git-crecord: 20220324.0 -> 20230226.0
This commit is contained in:
Weijia Wang
2024-02-04 23:31:44 +01:00
committed by GitHub
@@ -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 ];