Unverified Commit 4d95da0b authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

nwg-clipman: 0.2.5 -> 0.2.6 (#422447)

parents 18d850ad a76c39db
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.5";
  version = "0.2.6";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "nwg-piotr";
    repo = "nwg-clipman";
    tag = "v${version}";
    hash = "sha256-RKbFAgx+Er1l0s7SC4MwOxO9TXKI/SBhB0pfyX+NVWo=";
    hash = "sha256-FB+NerU3CfGru7vDBQflAzgtO7gt8cjgyC9O3zCa2ss=";
  };

  build-system = [ python3Packages.setuptools ];