Unverified Commit 34cbf72b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.plugp100: 5.1.3 -> 5.1.4 (#397894)

parents ea84647d ef134dcd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

buildPythonPackage rec {
  pname = "plugp100";
  version = "5.1.3";
  version = "5.1.4";

  src = fetchFromGitHub {
    owner = "petretiandrea";
    repo = "plugp100";
    rev = version;
    sha256 = "sha256-V+9cVBMN8H4oFU51T9BDrLF46xgQHqIsMj8nuPedUGA=";
    tag = version;
    sha256 = "sha256-a/Rv5imVJOJNaLzPozK8+XMZZsR5HyIXbCmq2Flkd+I=";
  };

  propagatedBuildInputs = [