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

python3Packages.gwcs: 0.26.1 -> 1.0.0 (#481333)

parents 90299533 6618b17f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

buildPythonPackage rec {
  pname = "gwcs";
  version = "0.26.1";
  version = "1.0.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "spacetelescope";
    repo = "gwcs";
    tag = version;
    hash = "sha256-S7+jDWCyQPQJAVgb/+BHC03+1aYyw2TK6SmkEz+k6u4=";
    hash = "sha256-aiC+uJ5S2HggBsou4vbjxxNtilRVC4eklRgML/lLK+4=";
  };

  build-system = [