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

gwyddion: 2.60 -> 2.61
This commit is contained in:
Jonas Heinrich 2022-08-28 13:01:46 +02:00 committed by GitHub
commit c4fd9300ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,10 +21,10 @@ in
stdenv.mkDerivation rec {
pname = "gwyddion";
version = "2.60";
version = "2.61";
src = fetchurl {
url = "mirror://sourceforge/gwyddion/gwyddion-${version}.tar.xz";
sha256 = "sha256-38PIardlOzDrVKWvV4AiQlecTYmwYegtzRya713Au/Y=";
sha256 = "sha256-rDhYVMDTH9mSu90HZAX8ap4HF//8fYhW/ozzJdIrUgo=";
};
nativeBuildInputs = [ pkg-config file ];