lol

gp2c: 0.0.10pl1 -> 0.0.11 (#43941)

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gp2c/versions.

authored by

R. RyanTM and committed by
xeji
38c8be37 09393501

+2 -2
+2 -2
pkgs/applications/science/math/pari/gp2c.nix
··· 4 4 stdenv.mkDerivation rec { 5 5 6 6 name = "gp2c-${version}"; 7 - version = "0.0.10pl1"; 7 + version = "0.0.11"; 8 8 9 9 src = fetchurl { 10 10 url = "https://pari.math.u-bordeaux.fr/pub/pari/GP2C/${name}.tar.gz"; 11 - sha256 = "16hgmdvzxbmv63x1f72q1xgfyh0qhx7kaf9nbaamy0gdawxjxcav"; 11 + sha256 = "1z69xj2dpd8yyi8108rz26c50xpv0k2j8qnk0bzy1c5lw3pd1adm"; 12 12 }; 13 13 14 14 buildInputs = [ pari perl ];