Skip to content

Commit d762078

Browse files
r-ryantmKarlJoad
authored andcommitted
octavePackages.mapping: 1.4.2 -> 1.4.3
1 parent 5d35e62 commit d762078

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/octave-modules/mapping/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99

1010
buildOctavePackage rec {
1111
pname = "mapping";
12-
version = "1.4.2";
12+
version = "1.4.3";
1313

1414
src = fetchurl {
1515
url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz";
16-
sha256 = "sha256-mrUQWqC15Ul5AHDvhMlNStqIMG2Zxa+hB2vDyeizLaI=";
16+
sha256 = "sha256-IYiyRjnHCHhAFy5gR/dcuKWY11gSCubggQzmMAqGmhs=";
1717
};
1818

1919
buildInputs = [

0 commit comments

Comments
 (0)