Unverified Commit 0376c8fc authored by natsukium's avatar natsukium
Browse files

python312Packages.ush: 3.1.0 -> 4.1.0

parent bde506b7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "ush";
  version = "3.1.0";
  version = "4.1.0";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "tarruda";
    repo = "python-ush";
    rev = version;
    hash = "sha256-eL3vG3yS02enbLYorKvvYKbju9HInffUhrZgkodwhvo=";
    hash = "sha256-a6ICbd8647DRtuHl2vs64bsChUjlpuWHV1ipBdFA600=";
  };

  nativeCheckInputs = [