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

python3Packages.pypck: 0.9.8 -> 0.9.9 (#474862)

parents 68543e02 dc9807d2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "pypck";
  version = "0.9.8";
  version = "0.9.9";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "alengwenus";
    repo = "pypck";
    tag = version;
    hash = "sha256-UQL56CUeHhW9aPOv0stAfvW4ZbFZaylsPgdI++EuSCY=";
    hash = "sha256-EsPfPRYp75GML9JMoFPf5U8obh51LjIkg/FFRNkrEOY=";
  };

  postPatch = ''