mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
Merge pull request #49966 from r-ryantm/auto-update/python3.6-uproot-methods
python36Packages.uproot-methods: 0.2.5 -> 0.2.6
This commit is contained in:
commit
53e222d79b
@ -6,12 +6,12 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "0.2.5";
|
version = "0.2.6";
|
||||||
pname = "uproot-methods";
|
pname = "uproot-methods";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "7d5563b3335af414a12caf5b350c952fdc7576abb17630382de5564a7c254ae6";
|
sha256 = "1z8gganf8p68z586zzx440dpkar3djdbc4f7670bkriyix0z6lxn";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ numpy awkward ];
|
propagatedBuildInputs = [ numpy awkward ];
|
||||||
|
Loading…
Reference in New Issue
Block a user