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

gwyddion: 2.64 -> 2.65
This commit is contained in:
Weijia Wang 2024-01-20 10:35:52 +01:00 committed by GitHub
commit c79898ec62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,10 +21,10 @@ in
stdenv.mkDerivation rec {
pname = "gwyddion";
version = "2.64";
version = "2.65";
src = fetchurl {
url = "mirror://sourceforge/gwyddion/gwyddion-${version}.tar.xz";
sha256 = "sha256-FDL4XDHH6WYF47OsnhxpM7s7YadutiCDjcJKCF8ZlCw=";
sha256 = "sha256-kRX7CoPJY8YkYNode5g0OCyWmL+5sM8puCmk9ZE2nqM=";
};
nativeBuildInputs = [ pkg-config file ];