Skip to content

Commit

Permalink
timeline: 2.4.0 -> 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fgaz committed Mar 3, 2022
1 parent 8ad2c0c commit 5f69cf0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pkgs/applications/office/timeline/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,20 @@

python3.pkgs.buildPythonApplication rec {
pname = "timeline";
version = "2.4.0";
version = "2.6.0";

src = fetchurl {
url = "mirror://sourceforge/thetimelineproj/${pname}-${version}.zip";
sha256 = "1pa0whqci6c2p20xf7gbndrrpr1xg42ixhql595ibdd4p3l37v23";
sha256 = "sha256-qwH2mt3Va62QJKJGOpt5WV3QksqQaRGEif4CcPC5F2E=";
};

nativeBuildInputs = [ python3.pkgs.wrapPython copyDesktopItems ];

pythonPath = with python3.pkgs; [
wxPython_4_1
wxPython_4_0
humblewx
icalendar
markdown
pysvg-py3
pillow
];

checkInputs = [
Expand Down

0 comments on commit 5f69cf0

Please sign in to comment.