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: c7281ba4fe78
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0ef2bffe5bef
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 26, 2019

  1. pythonPackages.block-io: remove pycryptodome version freeze (#56462)

    (cherry picked from commit 64a63e5)
    nyanloutre authored and Robert Schütz committed Mar 26, 2019
    Copy the full SHA
    0ef2bff View commit details
Showing with 7 additions and 0 deletions.
  1. +7 −0 pkgs/development/python-modules/block-io/default.nix
7 changes: 7 additions & 0 deletions pkgs/development/python-modules/block-io/default.nix
Original file line number Diff line number Diff line change
@@ -9,6 +9,13 @@ buildPythonPackage rec {
sha256 = "4909d58b32ab7f93d3cd83fa4bbe4edef42ab7566f016bdb6a405a0d8b1907c9";
};

patches = [
(fetchpatch {
url = "https://github.com/BlockIo/block_io-python/commit/8ec0a0cd1afcfcb439d6dc306d8497dd9e4a0993.patch";
sha256 = "1i6c153wvkr5ncm3cpn34faxvavz534x5kndwn4adlaxlzq30snn";
})
];

propagatedBuildInputs = [
base58
ecdsa