mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
python3Packages.vcs-versioning: 1.1.1 -> 2.3.1
Diff: https://github.com/pypa/setuptools-scm/compare/vcs-versioning-v1.1.1...vcs-versioning-v2.3.1 Changelog: https://github.com/pypa/setuptools-scm/releases/tag/vcs-versioning-v2.3.1
This commit is contained in:
@@ -11,14 +11,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "vcs-versioning";
|
||||
version = "1.1.1";
|
||||
version = "2.3.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pypa";
|
||||
repo = "setuptools-scm";
|
||||
tag = "vcs-versioning-v${finalAttrs.version}";
|
||||
hash = "sha256-CfRzupWFtvmQLbubyr+eXRnLi4auZc2PA/Zz0aFNgaU=";
|
||||
hash = "sha256-vuIALTydsT5ndYeFWGMuvNxmRMqj9txPbp29ImBdMFc=";
|
||||
};
|
||||
|
||||
env.SETUPTOOLS_SCM_PRETEND_VERSION = finalAttrs.version;
|
||||
|
||||
Reference in New Issue
Block a user