mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
python312Packages.uproot: 5.4.1 -> 5.5.0
Diff: https://github.com/scikit-hep/uproot5/compare/refs/tags/v5.4.1...v5.5.0 Changelog: https://github.com/scikit-hep/uproot5/releases/tag/v5.5.0
This commit is contained in:
parent
f002b218c2
commit
bf476a1d00
@ -15,6 +15,7 @@
|
||||
packaging,
|
||||
|
||||
# checks
|
||||
awkward-pandas,
|
||||
pandas,
|
||||
pytestCheckHook,
|
||||
pytest-timeout,
|
||||
@ -25,14 +26,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "uproot";
|
||||
version = "5.4.1";
|
||||
version = "5.5.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "scikit-hep";
|
||||
repo = "uproot5";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-MWqkEbw6hdNaXrRLWoxUcppT+X9a+DmEhho9GpG29XM=";
|
||||
hash = "sha256-letdC246I9LDqEnLCOTz51cBnQGbkrsR/i7UN6EMcDA=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@ -50,6 +51,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
awkward-pandas
|
||||
pandas
|
||||
pytestCheckHook
|
||||
pytest-timeout
|
||||
|
Loading…
Reference in New Issue
Block a user