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

Commits on Nov 26, 2018

  1. Copy the full SHA
    5229c87 View commit details
Showing with 4 additions and 3 deletions.
  1. +4 −3 pkgs/development/python-modules/manuel/default.nix
7 changes: 4 additions & 3 deletions pkgs/development/python-modules/manuel/default.nix
Original file line number Diff line number Diff line change
@@ -7,14 +7,15 @@

buildPythonPackage rec {
pname = "manuel";
version = "1.8.0";
version = "1.10.1";

src = fetchPypi {
inherit pname version;
sha256 = "1diyj6a8bvz2cdf9m0g2bbx9z2yjjnn3ylbg1zinpcjj6vldfx59";
sha256 = "1bdzay7j70fly5fy6wbdi8fbrxjrrlxnxnw226rwry1c8a351rpy";
};

propagatedBuildInputs = [ six zope_testing ];
propagatedBuildInputs = [ six ];
checkInputs = [ zope_testing ];

meta = with stdenv.lib; {
description = "A documentation builder";