lenspect: 1.0.3 -> 1.0.4 (#478904)
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
blueprint-compiler,
|
||||
desktop-file-utils,
|
||||
fetchFromGitHub,
|
||||
glib-networking,
|
||||
gobject-introspection,
|
||||
lib,
|
||||
libadwaita,
|
||||
libsecret,
|
||||
libsoup_3,
|
||||
meson,
|
||||
ninja,
|
||||
nix-update-script,
|
||||
@@ -16,14 +18,14 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "lenspect";
|
||||
version = "1.0.3";
|
||||
version = "1.0.4";
|
||||
pyproject = false;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "vmkspv";
|
||||
repo = "lenspect";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-6CC7kTM+Ph/J+aKHCyBIGfKYQIU53t9J5+X4/sCwqJY=";
|
||||
hash = "sha256-zYIDTFjT9izc4WFjs9fYDPDrQ8z16i2Bko5JW0tgCBk=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -37,8 +39,10 @@ python3Packages.buildPythonApplication rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
glib-networking
|
||||
libadwaita
|
||||
libsecret
|
||||
libsoup_3
|
||||
];
|
||||
|
||||
dependencies = with python3Packages; [
|
||||
|
||||
Reference in New Issue
Block a user