Merge pull request #275794 from r-ryantm/auto-update/python310Packages.ocifs
python310Packages.ocifs: 1.3.0 -> 1.3.1
This commit is contained in:
commit
9976e39468
1 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "ocifs";
|
||||
version = "1.3.0";
|
||||
version = "1.3.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
@ -17,8 +17,8 @@ buildPythonPackage rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = "oracle";
|
||||
repo = "ocifs";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-ugNITi2tSf3lhbASgr6ErmFDYinQjnhmtRjV3YL7F9U=";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-IGl9G4NyzhcqrfYfgeZin+wt1OwHmh6780MPfZBwsXA=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -40,7 +40,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Oracle Cloud Infrastructure Object Storage fsspec implementation";
|
||||
homepage = "https://ocifs.readthedocs.io";
|
||||
changelog = "https://github.com/oracle/ocifs/releases/tag/${version}";
|
||||
changelog = "https://github.com/oracle/ocifs/releases/tag/v${version}";
|
||||
license = with licenses; [ upl ];
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue