Unverified Commit 7634ebb4 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

nwg-clipman: 0.2.7 -> 0.2.8 (#467000)

parents 300125c0 4a2ac72f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

python3Packages.buildPythonPackage rec {
  pname = "nwg-clipman";
  version = "0.2.7";
  version = "0.2.8";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "nwg-piotr";
    repo = "nwg-clipman";
    tag = "v${version}";
    hash = "sha256-EBxt1OSwddlMIwEqc89rzak3jhPwOhZ61Rz5l2LU2kY=";
    hash = "sha256-GVA842yCSSO2vDD51AObEQNhDVuRIdH1c6BF1tv2Q8E=";
  };

  build-system = [ python3Packages.setuptools ];