Unverified Commit 392c8a69 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

python3Packages.formulae: 0.6.1 -> 0.6.2 (#488250)

parents 2e78e94c 87804d9c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@

buildPythonPackage (finalAttrs: {
  pname = "formulae";
  version = "0.6.1";
  version = "0.6.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "bambinos";
    repo = "formulae";
    tag = finalAttrs.version;
    hash = "sha256-RrG0jkQAGq04cQ1MY5W0j76++tu7NerLC/HHpVVa5xQ=";
    hash = "sha256-Q+oHt9euUBQs/D5TlJeeUN76HwQkmGHC1cTzmAQx+2M=";
  };

  build-system = [