python311Packages.scmrepo: 1.4.1 -> 1.5.0

This commit is contained in:
R. Ryantm 2023-11-25 04:47:43 +00:00
parent 67273d0def
commit adaf7d671e

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "scmrepo";
version = "1.4.1";
version = "1.5.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-ZK3M689vv3Kr2OoNdxaCs9Spo6h6xJmhTsPajKHYtkA=";
hash = "sha256-eEK2U1gTw3PP7kt2lNjiEs8yZX9Cmty0LIgZqg7FsJc=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;