mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
onedrivegui: 1.3.1 -> 1.3.2 (#538741)
This commit is contained in:
commit
675771af91
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.3.1";
|
version = "1.3.2";
|
||||||
|
|
||||||
setupPy = writeText "setup.py" ''
|
setupPy = writeText "setup.py" ''
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
@ -36,7 +36,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
owner = "bpozdena";
|
owner = "bpozdena";
|
||||||
repo = "OneDriveGUI";
|
repo = "OneDriveGUI";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-hqo3e9YjfPpR4hLRfqozxEFN0LnEcgigleROOZqY6WY=";
|
hash = "sha256-KgpQShjSjZHNBC/aovpl/VQO5zhJZ8+8GLup75m0gJo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = with python3Packages; [
|
build-system = with python3Packages; [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue