python312Packages.pdm-build-locked: 0.3.4 -> 0.3.5 (#387402)
This commit is contained in:
@@ -13,14 +13,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pdm-build-locked";
|
||||
version = "0.3.4";
|
||||
version = "0.3.5";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pdm-project";
|
||||
repo = "pdm-build-locked";
|
||||
tag = version;
|
||||
hash = "sha256-22p9QQZOiDp4IlMK7tn4eSws3lKcThcHvIQpIX/cYrU=";
|
||||
hash = "sha256-TfQYWpeE+rN1GR84W89LFAs6Bs68E9FYQm0b6kPZH2E=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -50,7 +50,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Pdm-build-locked is a pdm plugin to publish locked dependencies as optional-dependencies";
|
||||
homepage = "https://github.com/pdm-project/pdm-build-locked";
|
||||
changelog = "https://github.com/pdm-project/pdm-build-locked/releases/tag/${version}";
|
||||
changelog = "https://github.com/pdm-project/pdm-build-locked/releases/tag/${src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ natsukium ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user