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

Commits on Nov 20, 2020

  1. python27Packages.arpeggio: 1.9.2 -> 1.10.1

    r-ryantm authored and Jonathan Ringer committed Nov 20, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c07523a View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/arpeggio/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/arpeggio/default.nix
Original file line number Diff line number Diff line change
@@ -8,11 +8,11 @@

buildPythonPackage rec {
pname = "Arpeggio";
version = "1.9.2";
version = "1.10.1";

src = fetchPypi {
inherit pname version;
sha256 = "948ce06163a48a72c97f4fe79ad3d1c1330b6fec4f22ece182fb60ef60bd022b";
sha256 = "920d12cc762edb2eb56daae64a14c93e43dc181b481c88fc79314c0df6ee639e";
};

# Shall not be needed for next release