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

Commits on Nov 10, 2018

  1. fanficfare: 3.0.0 -> 3.1.1 (#50128)

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/fanficfare/versions
    r-ryantm authored and timokau committed Nov 10, 2018

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Synthetica9 Patrick Hilhorst
    Copy the full SHA
    27f64b1 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/text/fanficfare/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/text/fanficfare/default.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{ stdenv, fetchurl, python27Packages }:

python27Packages.buildPythonApplication rec {
version = "3.0.0";
version = "3.1.1";
name = "fanficfare-${version}";
nameprefix = "";

src = fetchurl {
url = "https://github.com/JimmXinu/FanFicFare/archive/v${version}.tar.gz";
sha256 = "0m8p1nn4621fspcas4g4k8y6fnnlzn7kxjxw2fapdrk3cz1pgi69";
sha256 = "1wklii24vbvq2vi5pqgp3z4lazcplh2i7r2w4d8lkm6pzbw0s8px";
};

propagatedBuildInputs = with python27Packages; [ beautifulsoup4 chardet html5lib html2text ];