onedrivegui: 1.3.1 -> 1.3.2 (#538741)

This commit is contained in:
nixpkgs-ci[bot] 2026-07-06 07:58:13 +00:00 committed by GitHub
commit 675771af91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@
}:
let
version = "1.3.1";
version = "1.3.2";
setupPy = writeText "setup.py" ''
from setuptools import setup
@ -36,7 +36,7 @@ python3Packages.buildPythonApplication rec {
owner = "bpozdena";
repo = "OneDriveGUI";
tag = "v${version}";
hash = "sha256-hqo3e9YjfPpR4hLRfqozxEFN0LnEcgigleROOZqY6WY=";
hash = "sha256-KgpQShjSjZHNBC/aovpl/VQO5zhJZ8+8GLup75m0gJo=";
};
build-system = with python3Packages; [