Commit 912fce04 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.lib4sbom: 0.7.2 -> 0.7.3

parent 50fa4309
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "lib4sbom";
  version = "0.7.2";
  version = "0.7.3";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "anthonyharrison";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-sjfOCG1E5Of+HPcfRsBwEKmGkhUOIkAARWja81FL2PY=";
    rev = "refs/tags/v${version}";
    hash = "sha256-RuIvhlLnWf/ayU6tjpHYKvBFqU8ojPwJK/pDIdLrD2s=";
  };

  dependencies = [