python3Packages.scmrepo: 0.0.7 -> 0.0.13

This commit is contained in:
Fabian Affolter 2022-03-26 18:38:01 +01:00
parent 51228022ba
commit 5c9a017ee3

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "scmrepo";
version = "0.0.7";
version = "0.0.13";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = version;
hash = "sha256-tZsogqcfAqpSo9yOz4z0mgY9SVU1epPmcBuyLJsHLfY=";
hash = "sha256-VWdewy4sfnM5zwDmeL8PdNZINN07rBosg4+GOWkkhVE=";
};
propagatedBuildInputs = [