onedrivegui: 1.2.2 -> 1.3.0 (#465203)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-27 07:30:13 +00:00
committed by GitHub
+2 -2
View File
@@ -13,7 +13,7 @@
}:
let
version = "1.2.2";
version = "1.3.0";
setupPy = writeText "setup.py" ''
from setuptools import setup
@@ -36,7 +36,7 @@ python3Packages.buildPythonApplication rec {
owner = "bpozdena";
repo = "OneDriveGUI";
tag = "v${version}";
hash = "sha256-B563G4MfP0mjOyy9O3Iw5KSNB3PtRU7YViOT7trxTtg=";
hash = "sha256-Y2+5f8/v4SPO6uUnjVTaHrHcGGPEhzm2WExJvmF9M1A=";
};
build-system = with python3Packages; [