Skip to content

Commit

Permalink
python312Packages.pyvlx: 0.2.23 -> 0.2.25
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 21, 2024
1 parent e056730 commit a372274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyvlx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

buildPythonPackage rec {
pname = "pyvlx";
version = "0.2.23";
version = "0.2.25";
pyproject = true;

disabled = pythonOlder "3.10";
Expand All @@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "Julius2342";
repo = "pyvlx";
rev = "refs/tags/${version}";
hash = "sha256-J+oJQHsULrJQNdZqYsl2hufNubMwV1KtG10jZH0jbU4=";
hash = "sha256-c0HlmqLvpIn2GXorOArBKJ0YzvWz1spmhWwm6Gow2iU=";
};

nativeBuildInputs = [ setuptools ];
Expand Down

0 comments on commit a372274

Please sign in to comment.