Skip to content

Commit

Permalink
python312Packages.pynetbox: 7.4.0 -> 7.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 26, 2024
1 parent 9a415c2 commit 6eb5899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pynetbox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

buildPythonPackage rec {
pname = "pynetbox";
version = "7.4.0";
version = "7.4.1";
pyproject = true;

src = fetchFromGitHub {
owner = "netbox-community";
repo = "pynetbox";
rev = "refs/tags/v${version}";
hash = "sha256-JOUgQvOtvXRDM79Sp472OHPh1YEoA82T3R9aZFes8SI=";
hash = "sha256-pP4DEHf4Dj3sQ7qx7tU0B0PaMCuzUM9R2pIYRI1Fpso=";
};

build-system = [
Expand Down

0 comments on commit 6eb5899

Please sign in to comment.