python311Packages.hatch-vcs: 0.3.0 -> 0.4.0

https://github.com/ofek/hatch-vcs/releases/tag/v0.4.0
This commit is contained in:
Martin Weinelt
2023-12-20 20:11:14 +01:00
parent c763044555
commit ce4eec791f
@@ -10,15 +10,15 @@
buildPythonPackage rec {
pname = "hatch-vcs";
version = "0.3.0";
version = "0.4.0";
format = "pyproject";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchPypi {
pname = "hatch_vcs";
inherit version;
hash = "sha256-zsUQfPzkgsZ/i8lvGLvDIMmqDQaBgOFK0xe77loVP+4=";
hash = "sha256-CTgQdI/gHbDUUfq88sGsJojK79Iy1O3pZwkLHBsH2fc=";
};
nativeBuildInputs = [
@@ -46,6 +46,7 @@ buildPythonPackage rec {
];
meta = with lib; {
changelog = "https://github.com/ofek/hatch-vcs/releases/tag/v${version}";
description = "A plugin for Hatch that uses your preferred version control system (like Git) to determine project versions";
homepage = "https://github.com/ofek/hatch-vcs";
license = licenses.mit;