Skip to content

Commit

Permalink
python312Packages.restrictedpython: 7.2 -> 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Oct 2, 2024
1 parent ce76e7a commit fda5d74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/restrictedpython/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@

buildPythonPackage rec {
pname = "restrictedpython";
version = "7.2";
version = "7.3";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "RestrictedPython";
inherit version;
hash = "sha256-TR0w9wmmYhynxCNvCLZ7cyplHICZFF8TcHjH3UvtPSE=";
hash = "sha256-iIgwTHhY/c/YbFC1hWF5c3W6QDGdK2/7XSSwi2otzWE=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit fda5d74

Please sign in to comment.