Unverified Commit 1d275233 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

dput-ng: 1.40 -> 1.42 (#397702)

parents 188c0b0b c2e4e67c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  nix-update-script,
}:
let
  version = "1.40";
  version = "1.42";
in
python3.pkgs.buildPythonApplication {
  pname = "dput-ng";
@@ -16,8 +16,8 @@ python3.pkgs.buildPythonApplication {
    domain = "salsa.debian.org";
    owner = "debian";
    repo = "dput-ng";
    rev = "refs/tags/${version}";
    hash = "sha256-97NrRUmIjrP41NyI4KOEzHLlaqxehZIhSVyx9hRZ0dw=";
    tag = "debian/${version}";
    hash = "sha256-v1Q2vPQcghHZXSxnbjZ/0wFVNj1ApKFduUkEhBea1hI=";
  };

  build-system = with python3.pkgs; [