about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-10 20:19:55 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-12-10 20:19:55 +0000
commit7bbf6a048b71a1886e99ce67f778b267be4e3703 (patch)
treee77890172165b487fcb3c6924eb9733313213a72 /pkgs/applications/science
parent9f329731b5ecbd5d0d1a76dd8a4ccfb9f9dbbda3 (diff)
gwyddion: 2.59 -> 2.60
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/chemistry/gwyddion/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/chemistry/gwyddion/default.nix b/pkgs/applications/science/chemistry/gwyddion/default.nix
index 43007cb1f0f58..584554232ab20 100644
--- a/pkgs/applications/science/chemistry/gwyddion/default.nix
+++ b/pkgs/applications/science/chemistry/gwyddion/default.nix
@@ -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 ];