From dbe7e407cfb6c55003628b5990debfb7de7fd85e Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 21 May 2026 21:20:59 +0000 Subject: [PATCH] python3Packages.vector: 1.8.0 -> 1.8.1 Diff: https://github.com/scikit-hep/vector/compare/v1.8.0...v1.8.1 Changelog: https://github.com/scikit-hep/vector/releases/tag/v1.8.1 --- pkgs/development/python-modules/vector/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/vector/default.nix b/pkgs/development/python-modules/vector/default.nix index 83033e8bbdbe..a7721b45febb 100644 --- a/pkgs/development/python-modules/vector/default.nix +++ b/pkgs/development/python-modules/vector/default.nix @@ -24,14 +24,15 @@ buildPythonPackage (finalAttrs: { pname = "vector"; - version = "1.8.0"; + version = "1.8.1"; pyproject = true; + __structuredAttrs = true; src = fetchFromGitHub { owner = "scikit-hep"; repo = "vector"; tag = "v${finalAttrs.version}"; - hash = "sha256-k54tCCGZ0ix112u8oxuHPl3LDNV6Fp5s79iVE85b33k="; + hash = "sha256-qQesB6xYzAHMEmscdzoBLJqj36NLd5K1EaPLJlkSFOU="; }; build-system = [