Merge pull request #150124 from r-ryantm/auto-update/gwyddion

gwyddion: 2.59 -> 2.60
This commit is contained in:
Jörg Thalheim 2021-12-11 13:31:59 +00:00 committed by GitHub
commit 953bdd43bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,10 +35,10 @@ in
stdenv.mkDerivation rec {
pname = "gwyddion";
version = "2.59";
version = "2.60";
src = fetchurl {
url = "mirror://sourceforge/gwyddion/gwyddion-${version}.tar.xz";
sha256 = "sha256-APMOJeZt/zp8JvXghKZ5lQFRKWO/4TVDORok8qAgEBk=";
sha256 = "sha256-38PIardlOzDrVKWvV4AiQlecTYmwYegtzRya713Au/Y=";
};
nativeBuildInputs = [ pkg-config file ];