git-revise: 0.7.0 -> 0.7.0-unstable-2025-01-28

Fixes tests with Git 2.48
This commit is contained in:
K900
2025-02-16 15:02:18 +03:00
parent 94e8af4270
commit f7f68bb1ec
@@ -10,15 +10,15 @@
buildPythonPackage rec {
pname = "git-revise";
version = "0.7.0";
version = "0.7.0-unstable-2025-01-28";
format = "setuptools";
# Missing tests on PyPI
src = fetchFromGitHub {
owner = "mystor";
repo = pname;
rev = "v${version}";
hash = "sha256-xV1Z9O5FO4Q/XEpNwnX31tbv8CrXY+wF1Ltpfq+ITRg=";
rev = "189c9fe150e5587def75c51709246c47c93e3b4d";
hash = "sha256-bqhRV0WtWRUKkBG2tEvctxdoYRkcrpL4JZSHYzox8so=";
};
disabled = pythonOlder "3.8";