ginac: 1.7.6 -> 1.7.7
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ginac/versions
This commit is contained in:
parent
96ac71d680
commit
b7f156625e
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, cln, pkgconfig, readline, gmp, python }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ginac-1.7.6";
|
||||
name = "ginac-1.7.7";
|
||||
|
||||
src = fetchurl {
|
||||
url = "${meta.homepage}/${name}.tar.bz2";
|
||||
sha256 = "03cq93qjfgxgr7zxadrjfbn43lk5f0x2lmd90ggx10p6jq47157v";
|
||||
sha256 = "1jsf74cym5v6nq70aij3l7axq8vf7rrc1lnb9siyb9lsfbnnxzqf";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ cln ];
|
||||
|
Loading…
Reference in New Issue
Block a user