Skip to content

Commit

Permalink
devede: 4.17.0 -> 4.19.0 (#368879)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Jan 16, 2025
2 parents 726035e + 59155b9 commit 1ec67f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/de/devede/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ let
in
buildPythonApplication rec {
pname = "devede";
version = "4.17.0";
version = "4.19.0";
namePrefix = "";

src = fetchFromGitLab {
owner = "rastersoft";
repo = "devedeng";
rev = version;
hash = "sha256-CdntdD5DRA/eXTBRBRszkbYFeFxj+0odb8XHkAFdobU=";
hash = "sha256-hjt2bXQov4lC6O4VY/eu/PZ2taSKng9gRhFDFhQR9SY=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 1ec67f2

Please sign in to comment.