Unverified Commit c251a636 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.hdfury: 1.4.1 -> 1.4.2 (#482487)

parents 2da8202e e3adbe04
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage (finalAttrs: {
  pname = "hdfury";
  version = "1.4.1";
  version = "1.4.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "glenndehaan";
    repo = "python-hdfury";
    tag = finalAttrs.version;
    hash = "sha256-cL6KE3qkOgG61ewgIInbaIw6ygb5jWVrjl8ooFrCv+k=";
    hash = "sha256-prqaH868nC5b7+1TrVRDxCcAt4v1dyF3bQAnkQgjKx0=";
  };

  build-system = [ hatchling ];