Skip to content

Commit

Permalink
python312Packages.python-box: 7.2.0 -> 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 15, 2024
1 parent df586b9 commit 3aee933
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/python-box/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@

buildPythonPackage rec {
pname = "python-box";
version = "7.2.0";
version = "7.3.0";
format = "setuptools";

disabled = pythonOlder "3.8";

src = fetchFromGitHub {
owner = "cdgriffith";
repo = "Box";
rev = "refs/tags/${version}";
hash = "sha256-5aORpuh0ezA3mUEpAPANDkdeN8ujNRfCUCV5qamMk68=";
tag = version;
hash = "sha256-0vUPXZEyolI03N5RQ5GKTvSHUuFpimHZwQAYwGHJydU=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 3aee933

Please sign in to comment.