Skip to content

Commit 6ed432a

Browse files
authored
octavePackages.mapping: 1.4.2 -> 1.4.3 (#406300)
2 parents 282029d + b044068 commit 6ed432a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
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

19-
buildInputs = [
19+
propagatedBuildInputs = [
2020
gdal
2121
];
2222

0 commit comments

Comments
 (0)