Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fd950b9fc7bc
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ed697cde581b
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 10, 2020

  1. Verified

    This commit was signed with the committer’s verified signature.
    prusnak Pavol Rusnak
    Copy the full SHA
    ed697cd View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/uproot-methods/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/uproot-methods/default.nix
Original file line number Diff line number Diff line change
@@ -6,12 +6,12 @@
}:

buildPythonPackage rec {
version = "0.7.4";
version = "0.8.0";
pname = "uproot-methods";

src = fetchPypi {
inherit pname version;
sha256 = "7f110208a3a2aa9b4d6da11233fd0f206ea039b52bca4bfe312f1b9dcf788476";
sha256 = "57da3d67e1a42b548020debdd23285b5710e3bb2aac20eb7b2d2a686822aa1ab";
};

propagatedBuildInputs = [ numpy awkward ];