Unverified Commit 65662fb7 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

saldo: 0.8.2 -> 0.8.3 (#460743)

parents 07b5fe3f f972fc5b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "saldo";
  version = "0.8.2";
  version = "0.8.3";
  pyproject = false;

  src = fetchFromGitLab {
    owner = "tabos";
    repo = "saldo";
    tag = version;
    hash = "sha256-B1+lod6IJfSWDsMobXw5QMP3L7fin4Nub9DNfpVulzo=";
    hash = "sha256-ItdEse9ab5spvxcWn1FTAl7ppfjohRr0CXI4ImiSe+g=";
  };

  postPatch = ''