pytrainer: unpin python 3.10
[NixPkgs.git] / pkgs / build-support / fetchdebianpatch / tests.nix
blob58f3b395d1fc4d745d5e328644029ab341145dcd
1 { testers, fetchDebianPatch, ... }:
4   simple = testers.invalidateFetcherByDrvHash fetchDebianPatch {
5     pname = "pysimplesoap";
6     version = "1.16.2";
7     debianRevision = "5";
8     patch = "Add-quotes-to-SOAPAction-header-in-SoapClient";
9     hash = "sha256-xA8Wnrpr31H8wy3zHSNfezFNjUJt1HbSXn3qUMzeKc0=";
10   };
12   libPackage = testers.invalidateFetcherByDrvHash fetchDebianPatch {
13     pname = "libfile-pid-perl";
14     version = "1.01";
15     debianRevision = "2";
16     patch = "missing-pidfile";
17     hash = "sha256-VBsIYyCnjcZLYQ2Uq2MKPK3kF2wiMKvnq0m727DoavM=";
18   };