Skip to content

Commit

Permalink
Merge pull request NixOS#331985 from r-ryantm/auto-update/python312Pa…
Browse files Browse the repository at this point in the history
…ckages.dns-lexicon

python312Packages.dns-lexicon: 3.16.1 -> 3.17.0
  • Loading branch information
drupol authored Aug 4, 2024
2 parents 8858c1c + c9d2f9e commit 37afb62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/dns-lexicon/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

buildPythonPackage rec {
pname = "dns_lexicon";
version = "3.16.1";
version = "3.17.0";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "Analogj";
repo = "lexicon";
rev = "refs/tags/v${version}";
hash = "sha256-79/zz0TOCpx26TEo6gi9JDBQeVW2azWnxAjWr/FGRLA=";
hash = "sha256-fTR3sXMdpcI6/Vch59XHff0h1SgnvQzYeKWHv3FUsXY=";
};

nativeBuildInputs = [ poetry-core ];
Expand Down

0 comments on commit 37afb62

Please sign in to comment.