python312Packages.versioningit: 3.1.1 -> 3.1.2
https://versioningit.readthedocs.io/en/latest/changelog.html#v3-1-2-2024-07-20
This commit is contained in:
@@ -19,17 +19,16 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "versioningit";
|
||||
version = "3.1.1";
|
||||
version = "3.1.2";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-sLpYblrwi4fb4zVAgpEKHQUCw2IC1JbhrmDvO0HuKcE=";
|
||||
hash = "sha256-Tbg+2Z9WsH2DlAvuNEXKRsoSDRO2swTNtftE5apO3sA=";
|
||||
};
|
||||
|
||||
|
||||
nativeBuildInputs = [ hatchling ];
|
||||
|
||||
propagatedBuildInputs =
|
||||
|
||||
Reference in New Issue
Block a user