python3Packages.pluginbase: 1.0.0 -> 1.0.1

wip/nixpkgs-raku
Martin Weinelt 3 years ago
parent 28d1896728
commit c5f0fb81dd
  1. 4
      pkgs/development/python-modules/pluginbase/default.nix

@ -1,12 +1,12 @@
{ lib, fetchPypi, buildPythonPackage, pytest }:
buildPythonPackage rec {
version = "1.0.0";
version = "1.0.1";
pname = "pluginbase";
src = fetchPypi {
inherit pname version;
sha256 = "497894df38d0db71e1a4fbbfaceb10c3ef49a3f95a0582e11b75f8adaa030005";
sha256 = "ff6c33a98fce232e9c73841d787a643de574937069f0d18147028d70d7dee287";
};
checkInputs = [ pytest ];

Loading…
Cancel
Save