Commit 521aca79 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.utitools: 0.4.0 -> 0.5.0

parent 9868368d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage (finalAttrs: {
  pname = "utitools";
  version = "0.4.0";
  version = "0.5.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "RhetTbull";
    repo = "utitools";
    tag = "v${finalAttrs.version}";
    hash = "sha256-oI+a+sc9+qi7aFP0dLINAQekib/9pZm10A5jhVIHWvo=";
    hash = "sha256-mx9vcMCeDTJyWJKm0Ci9IEAPCNfx9NvPGC8cuNYnH1M=";
  };

  build-system = [ flit-core ];