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

python3Packages.sharkiq: 1.1.1 -> 1.2.0 (#436016)

parents 7182ad97 32873aef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "sharkiq";
  version = "1.1.1";
  version = "1.2.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "JeffResc";
    repo = "sharkiq";
    tag = "v${version}";
    hash = "sha256-FIPU2D0e0JGcoxFKe5gf5nKZ0T/a18WS9I+LXeig1is=";
    hash = "sha256-bojLyL16DOFgbU8rglzBRxcgsHwaTQQAsJQZCaXo5pw=";
  };

  build-system = [ setuptools ];