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

Commits on Nov 14, 2020

  1. Copy the full SHA
    3098d50 View commit details
  2. Merge pull request #103801 from r-ryantm/auto-update/python3.7-gtts

    python37Packages.gtts: 2.1.1 -> 2.1.2
    marsam authored Nov 14, 2020

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    bb969ff View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/gtts/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/gtts/default.nix
Original file line number Diff line number Diff line change
@@ -15,13 +15,13 @@

buildPythonPackage rec {
pname = "gtts";
version = "2.1.1";
version = "2.1.2";

src = fetchFromGitHub {
owner = "pndurette";
repo = "gTTS";
rev = "v${version}";
sha256 = "1d0r6dnb8xvgyvxz7nfj4q4xqmpmvcwcsjghxrh76m6p364lh1hj";
sha256 = "1vcsxzqzl61h50lm934hd7q5nl7l10wwymgq1mcynmqxbm1s4rnl";
};

propagatedBuildInputs = [