Merge pull request #296895 from r-ryantm/auto-update/python312Packages.oras

python312Packages.oras: 0.1.27 -> 0.1.28
This commit is contained in:
Fabian Affolter 2024-03-18 16:22:14 +01:00 committed by GitHub
commit 7b0ac74f2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "oras";
version = "0.1.27";
version = "0.1.28";
pyproject = true;
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "oras-project";
repo = "oras-py";
rev = "refs/tags/${version}";
hash = "sha256-T2zuflew91UsEjhPKPjNxPBN+C//S1vWvXKVT602EVI=";
hash = "sha256-yka4TypKqGczW+NugmCGa8PgtaSJeaQ4sPphPsIPLow=";
};
nativeBuildInputs = [