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: bf4183037623
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 29fa506332be
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 18, 2018

  1. python36Packages.uproot: 3.2.6 -> 3.2.12

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/python3.6-uproot/versions
    r-ryantm committed Nov 18, 2018
    Copy the full SHA
    4b7a7d9 View commit details
  2. Merge pull request #50578 from r-ryantm/auto-update/python3.6-uproot

    python36Packages.uproot: 3.2.6 -> 3.2.12
    c0bw3b authored Nov 18, 2018
    Copy the full SHA
    29fa506 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/uproot/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/uproot/default.nix
Original file line number Diff line number Diff line change
@@ -14,11 +14,11 @@

buildPythonPackage rec {
pname = "uproot";
version = "3.2.6";
version = "3.2.12";

src = fetchPypi {
inherit pname version;
sha256 = "af0a093f0788b8983d07b88fac3094b26c3e28358bc10cdb8d757cc07956f8d4";
sha256 = "0jxsv0038glxz87skjxr58fafwyqilivkrygpvk4nkp866i5kz2k";
};

buildInputs = [ pytestrunner ];