python312Packages.oras: 0.2.2 -> 0.2.25 (#355848)

This commit is contained in:
Nick Cao 2024-11-14 08:42:42 -05:00 committed by GitHub
commit c610be726f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "oras";
version = "0.2.2";
version = "0.2.25";
pyproject = true;
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "oras-project";
repo = "oras-py";
rev = "refs/tags/${version}";
hash = "sha256-fylc6uKQs+jbssY8PRo/o4EnBxDcvupjEWmr5ypZbrY=";
hash = "sha256-o9PSd5vZ5qllL73WPSlSaLA5QmKKLshGgfidiM4h+5g=";
};
build-system = [ setuptools ];