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

Commits on Aug 19, 2019

  1. python3Packages.pdfkit: 0.5.0 -> 0.6.1

    MrMebelMan authored and FRidh committed Aug 19, 2019
    Copy the full SHA
    93f61c0 View commit details
Showing with 2 additions and 3 deletions.
  1. +2 −3 pkgs/development/python-modules/pdfkit/default.nix
5 changes: 2 additions & 3 deletions pkgs/development/python-modules/pdfkit/default.nix
Original file line number Diff line number Diff line change
@@ -5,12 +5,11 @@

buildPythonPackage rec {
pname = "pdfkit";
version = "0.5.0";
version = "0.6.1";

src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "1p1m6gp51ql3wzjs2iwds8sc3hg1i48yysii9inrky6qc3s6q5vf";
sha256 = "1lcc1njpjd2zadbljqsnkrvamschl6j099p4giz1jd6mg1ds67gg";
};

# tests are not distributed