onedrivegui: 1.2.2 -> 1.3.0

This commit is contained in:
R. Ryantm
2025-11-26 09:47:26 +00:00
parent 45af851ce7
commit a5724ce8d6
+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; [