Skip to content

Commit

Permalink
python310Packages.vector: 1.1.1 -> 1.1.1.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and veprbl committed Nov 12, 2023
1 parent dd48a8a commit 782e4f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/vector/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@

buildPythonPackage rec {
pname = "vector";
version = "1.1.1";
version = "1.1.1.post1";
format = "pyproject";

disabled = pythonOlder "3.8";

src = fetchPypi {
inherit pname version;
hash = "sha256-aVdFHlnOUI9hgzVRnFPzDOuItwU9ZfPRZkWf1wjtOLU=";
hash = "sha256-elWuVJgW5fyg5S+rjMZtSw5Ls7d1OTPoW0FnZXlANys=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 782e4f6

Please sign in to comment.