python3Packages.oras: 0.2.37 -> 0.2.39 (#490779)
This commit is contained in:
@@ -9,16 +9,16 @@
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "oras";
|
||||
version = "0.2.37";
|
||||
version = "0.2.39";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "oras-project";
|
||||
repo = "oras-py";
|
||||
tag = version;
|
||||
hash = "sha256-pXIA970QBIlbFVFpN1Yl71ojc+atdXQuNoPEW+PrrWc=";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-iR1kTBddElTueN1gamjdmIRTY0keZOZ/tkSxOmHOL6E=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -44,8 +44,8 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "ORAS Python SDK";
|
||||
homepage = "https://github.com/oras-project/oras-py";
|
||||
changelog = "https://github.com/oras-project/oras-py/blob/${src.tag}/CHANGELOG.md";
|
||||
changelog = "https://github.com/oras-project/oras-py/blob/${finalAttrs.src.tag}/CHANGELOG.md";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user