Unverified Commit 5af8bedb authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.cpe-search: 0.2.6 -> 0.2.7 (#491370)

parents 83255b2a 861829c9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage (finalAttrs: {
  pname = "cpe-search";
  version = "0.2.6";
  version = "0.2.7";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ra1nb0rn";
    repo = "cpe_search";
    tag = "v${finalAttrs.version}";
    hash = "sha256-S6VmFy5JSp/yjTjz6VibGGf+49rfhKv9kXM6LPUTnT4=";
    hash = "sha256-HzpUOOHNyhj4JJEtLdiGIbz4pdcMOtV5hw8qKAR5O6s=";
  };

  build-system = [ hatchling ];