ocamlPackages.spdx_licenses: 1.2.0 -> 1.3.0 (#375216)

Changed files
+2 -2
pkgs
development
ocaml-modules
spdx_licenses
+2 -2
pkgs/development/ocaml-modules/spdx_licenses/default.nix
···
buildDunePackage rec {
pname = "spdx_licenses";
-
version = "1.2.0";
+
version = "1.3.0";
minimalOCamlVersion = "4.08";
src = fetchurl {
url = "https://github.com/kit-ty-kate/spdx_licenses/releases/download/v${version}/spdx_licenses-${version}.tar.gz";
-
hash = "sha256-9ViB7PRDz70w3RJczapgn2tJx9wTWgAbdzos6r3J2r4=";
+
hash = "sha256-UkKAJ+MCCKr68p4sgTZ8/6NMJibWGCG6tQruMpMsjzA=";
};
meta = {