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

python3Packages.pyfirefly: 0.1.13 -> 0.1.14 (#492594)

parents 67048e60 21dee78a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "pyfirefly";
  version = "0.1.13";
  version = "0.1.14";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "erwindouna";
    repo = "pyfirefly";
    tag = "v${version}";
    hash = "sha256-h3p1uP8K/M2DNLapnBlaYmRcYDNzhqdx8507nm7ugqY=";
    hash = "sha256-MS3iDyH7rR/fsIVVEvhJjaNvjT81r6ReSzS6cqjChR8=";
  };

  build-system = [ hatchling ];