Unverified Commit bac1b62b authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

python3Packages.plopp: 25.06.0 -> 25.07.0 (#426183)

parents 082e21af 806bd5a1
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  fetchpatch,

  # build-system
  setuptools,
@@ -35,7 +36,7 @@

buildPythonPackage rec {
  pname = "plopp";
  version = "25.06.0";
  version = "25.07.0";
  pyproject = true;

  src = fetchFromGitHub {
@@ -44,6 +45,13 @@ buildPythonPackage rec {
    tag = version;
    hash = "sha256-SwF0bUU/DAAJ5+0WvZgwqEw6IoaqdbKj0GkCgffGclA=";
  };
  patches = [
    # https://github.com/scipp/plopp/issues/472
    (fetchpatch {
      url = "https://github.com/scipp/plopp/commit/7af8cbee85796005f2fea79171ae44aba9a8cfc7.patch";
      hash = "sha256-uyCV/2tSvcnnw+ak6fT99ru+UrTZXsS3b4YGeXVykAY=";
    })
  ];

  build-system = [
    setuptools