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

python313Packages.ppdeep: 20250625 -> 20251115 (#462343)

parents 8eb5026a f7718a9c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,12 +7,12 @@

buildPythonPackage rec {
  pname = "ppdeep";
  version = "20250625";
  version = "20251115";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-t9pQ5U7ZvXkyY4K28vUfNxgW8ElaUjPe4jqUafh6Kng=";
    hash = "sha256-xv21EXsO6/vpGhF7PIn03l0WGnoMGi0wI6BlpnZye3w=";
  };

  build-system = [ setuptools ];