Skip to content

Commit

Permalink
python310Packages.dnslib: 0.9.21 -> 0.9.22
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jonathan Ringer committed Sep 28, 2022
1 parent fcd37ca commit d050bc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/dnslib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

buildPythonPackage rec {
pname = "dnslib";
version = "0.9.21";
version = "0.9.22";

src = fetchPypi {
inherit pname version;
sha256 = "sha256-IXabARWP5wvokSF1Q0nyg13M3yHVwBHOyfoopI+lVdQ=";
sha256 = "sha256-EK/JT2pfHLiziCTgQuJeVBTh+q7f05s0iujZdyKSGoY=";
};

checkPhase = "VERSIONS=${python.interpreter} ./run_tests.sh";
Expand Down

0 comments on commit d050bc1

Please sign in to comment.