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

Commits on Mar 17, 2019

  1. pynac: 0.7.23 -> 0.7.24 (#57791)

    Apparently some python3 related fixes: https://trac.sagemath.org/ticket/27241
    
    Also switch to using pname.
    timokau authored Mar 17, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    jluttine Jaakko Luttinen
    Copy the full SHA
    8fc3c03 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/science/math/pynac/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/science/math/pynac/default.nix
Original file line number Diff line number Diff line change
@@ -9,14 +9,14 @@
}:

stdenv.mkDerivation rec {
version = "0.7.23";
name = "pynac-${version}";
version = "0.7.24";
pname = "pynac";

src = fetchFromGitHub {
owner = "pynac";
repo = "pynac";
rev = "pynac-${version}";
sha256 = "02yhl8v9l6aj3wl6dk9iacz4hdv08i1d750rxpygjp43nlgvvb2h";
sha256 = "0i3qxww28576jim0abgkqy9mi2k0lfllgyx8xpfqsqb75ai970ik";
};

buildInputs = [