Unverified Commit ced59c52 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.pypck: 0.9.10 -> 0.9.11 (#492514)

parents 14dcba81 690ee45c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage (finalAttrs: {
  pname = "pypck";
  version = "0.9.10";
  version = "0.9.11";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "alengwenus";
    repo = "pypck";
    tag = finalAttrs.version;
    hash = "sha256-UTUYYnXY+Wak4cd0fH1V5rdkJ/Aet0DSCHfd+PL+SBo=";
    hash = "sha256-XULSgnVp7uIob/tL8zqszTBTdxMY4QIeIBruO2Augnc=";
  };

  postPatch = ''