Unverified Commit 07c74f26 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.pycync: 0.4.2 -> 0.4.3 (#457153)

parents 69a3cb7d 4a06cd9d
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -7,18 +7,21 @@
  pytest-asyncio,
  pytest-mock,
  pytestCheckHook,
  pythonOlder,
}:

buildPythonPackage rec {
  pname = "pycync";
  version = "0.4.2";
  version = "0.4.3";
  pyproject = true;

  disabled = pythonOlder "3.13";

  src = fetchFromGitHub {
    owner = "Kinachi249";
    repo = "pycync";
    tag = "v${version}";
    hash = "sha256-PDCS+ucfO5RRvTshGGjxir3ez7L405k5tL5svMxZMsg=";
    hash = "sha256-UjodZbgicTiJV4T5yqWy5J4oAeZGbggVfaPMoDmL74M=";
  };

  build-system = [ hatchling ];