devede: 4.16.0 -> 4.17.0

This commit is contained in:
kashw2 2023-08-24 19:02:36 +10:00
parent 4fb9aeae23
commit 91b3c70278

View file

@ -5,14 +5,14 @@ let
inherit (python3Packages) dbus-python buildPythonApplication pygobject3 urllib3 setuptools;
in buildPythonApplication rec {
pname = "devede";
version = "4.16.0";
version = "4.17.0";
namePrefix = "";
src = fetchFromGitLab {
owner = "rastersoft";
repo = "devedeng";
rev = version;
sha256 = "1xb7acjphvn4ya8fgjsvag5gzi9a6c2famfl0ffr8nhb9y8ig9mg";
sha256 = "sha256-CdntdD5DRA/eXTBRBRszkbYFeFxj+0odb8XHkAFdobU=";
};
nativeBuildInputs = [