python313Packages.onedrive-personal-sdk: 0.0.11 -> 0.0.13
Diff: https://github.com/zweckj/onedrive-personal-sdk/compare/refs/tags/v0.0.11...v0.0.13 Changelog: https://github.com/zweckj/onedrive-personal-sdk/releases/tag/v0.0.12 https://github.com/zweckj/onedrive-personal-sdk/releases/tag/v0.0.13
This commit is contained in:
committed by
Martin Weinelt
parent
e0fb86930b
commit
efa69a186c
@@ -9,14 +9,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "onedrive-personal-sdk";
|
||||
version = "0.0.11";
|
||||
version = "0.0.13";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zweckj";
|
||||
repo = "onedrive-personal-sdk";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-4/v1kAgpg/D7HPTirS+HBs46Vs/OK81MzUW8ixhzU+Y=";
|
||||
hash = "sha256-uR3uqMgRGY3KNWZtNO2OIM2/LcZKyeWvhnFuQvmgPrE=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user