Skip to content

Commit

Permalink
python312Packages.pyenvisalink: 4.7 -> 4.8 (#353973)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Nov 6, 2024
2 parents df9d3a3 + c74acf0 commit 2bf16d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyenvisalink/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

buildPythonPackage rec {
pname = "pyenvisalink";
version = "4.7";
version = "4.8";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-b5v/7+B/yyCnKrWCs0scAuIgV1wSLk6cVa57n+HncUw=";
hash = "sha256-IgYOlH0mYqhRLTO3McBAstChqYWHQkwuOVPL8gKdcTo=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 2bf16d2

Please sign in to comment.