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

python3Packages.whodap: 0.1.15 -> 0.1.16 (#513413)

parents 29596e21 2b6b1fe7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage (finalAttrs: {
  pname = "whodap";
  version = "0.1.15";
  version = "0.1.16";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "pogzyb";
    repo = "whodap";
    tag = "v${finalAttrs.version}";
    hash = "sha256-PEKFO+mVGtagmH2rny8zorvi9/zadWh+fiJqBc/NA+E=";
    hash = "sha256-ybJiAWrAcs/9/8WutqsHvwsiWxR+tJL9wcQRaOiUZNQ=";
  };

  postPatch = ''