Unverified Commit f53a6bda authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.yabadaba: 0.3.1 -> 0.3.2 (#438131)

parents af136cdd a08bd26c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,14 +24,14 @@

buildPythonPackage rec {
  pname = "yabadaba";
  version = "0.3.1";
  version = "0.3.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "usnistgov";
    repo = "yabadaba";
    tag = "v${version}";
    hash = "sha256-DpkJvi4w0aoD7RC2IFORy8uZ12TuLdcJxfLaSGyATac=";
    hash = "sha256-ZVV/2/RyDj707OEWcwFgQjJImgoiv91ZEutT3RBuWus=";
  };

  build-system = [ setuptools ];