Unverified Commit 4b30d8bc authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #213043 from r-ryantm/auto-update/python310Packages.prefixed

python310Packages.prefixed: 0.6.0 -> 0.7.0
parents 9e87dd8e 5620f47c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

buildPythonPackage rec {
  pname = "prefixed";
  version = "0.6.0";
  version = "0.7.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-s5+/rHJhj6HutbP9ntE0HxDdkN91SZy0w4psPvR83ZQ=";
    hash = "sha256-C1TRXmAuuK9Kwxsdsho36pXOWJDgdBuw3Z3tSTzvu+k=";
  };

  nativeCheckInputs = [