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

Commits on Apr 12, 2020

  1. ginac: 1.7.8 -> 1.7.9

    r-ryantm committed Apr 12, 2020
    Copy the full SHA
    9b5aad0 View commit details
  2. Merge pull request #85069 from r-ryantm/auto-update/ginac

    ginac: 1.7.8 -> 1.7.9
    bhipple authored Apr 12, 2020
    Copy the full SHA
    17a1bf5 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/science/math/ginac/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/science/math/ginac/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, cln, pkgconfig, readline, gmp, python }:

stdenv.mkDerivation rec {
name = "ginac-1.7.8";
name = "ginac-1.7.9";

src = fetchurl {
url = "${meta.homepage}/${name}.tar.bz2";
sha256 = "0rvhdagmrs8ynnylwnxnmmfz1j9zk1g2rr7w6xczsbn7lqd511hc";
sha256 = "08cqc87qq4w6z3l053x5gfqsa4zkgkicq8skxsbsj39nli1zzkb7";
};

propagatedBuildInputs = [ cln ];