Unverified Commit e3b21a73 authored by Jared Baur's avatar Jared Baur
Browse files

python3Packages.peakrdl-cheader: 1.0.0 -> 1.1.0

This includes a change in license to lgpl3Only.
parent 8de50767
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage (finalAttrs: {
  pname = "peakrdl-cheader";
  version = "1.0.0";
  version = "1.1.0";

  pyproject = true;

@@ -20,7 +20,7 @@ buildPythonPackage (finalAttrs: {
    owner = "SystemRDL";
    repo = "PeakRDL-cheader";
    tag = "v${finalAttrs.version}";
    hash = "sha256-1LxKGCea5ClKmrArl+CM6ZRpiTh2ThbYSe9TYYHjRlY=";
    hash = "sha256-IPGNauPA9y1HNEbk3eEOog17++/gSJt+185i+DFb54U=";
  };

  build-system = [
@@ -39,7 +39,7 @@ buildPythonPackage (finalAttrs: {
  meta = {
    description = "C Header generator for a SystemRDL definition";
    homepage = "https://peakrdl-cheader.readthedocs.io/";
    license = lib.licenses.lgpl3;
    license = lib.licenses.lgpl3Only;
    maintainers = [ lib.maintainers.jmbaur ];
  };
})