Unverified Commit 3b58feff authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #246347 from DamienCassou/offpunk-1.10

offpunk: 1.9.2 -> 1.10
parents b5de13f7 891b97ca
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
let
  pythonDependencies = with python3Packages; [
    beautifulsoup4
    chardet
    cryptography
    feedparser
    pillow
@@ -30,7 +31,7 @@ let
in
python3Packages.buildPythonPackage rec {
  pname = "offpunk";
  version = "1.9.2";
  version = "1.10";
  format = "flit";

  disabled = python3Packages.pythonOlder "3.7";
@@ -39,7 +40,7 @@ python3Packages.buildPythonPackage rec {
    owner = "~lioploum";
    repo = "offpunk";
    rev = "v${version}";
    sha256 = "sha256-CYsuoj5/BaaboDRtcOrGzJoZDCfOLs7ROVWLVjOAnRU=";
    hash = "sha256-+jGKPPnKZHn+l6VAwuae6kICwR7ymkYJjsM2OHQAEmU=";
  };

  nativeBuildInputs = [ installShellFiles ];