Skip to content

Commit

Permalink
python312Packages.netbox-reorder-rack: 1.1.2 -> 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 22, 2024
1 parent 811c0af commit eb9ba49
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

buildPythonPackage rec {
pname = "netbox-reorder-rack";
version = "1.1.2";
version = "1.1.3";
pyproject = true;

src = fetchFromGitHub {
owner = "netbox-community";
repo = "netbox-reorder-rack";
rev = "refs/tags/v${version}";
hash = "sha256-0572pj1OA08Zxl4vhMmFHvQA/K24hG/GhKEbo+hbW5Q=";
hash = "sha256-G1WGmEsKfz9HT6D6cCWJADm7pFaIV/jKYkYudEmUWJk=";
};

build-system = [
Expand Down

0 comments on commit eb9ba49

Please sign in to comment.