Commit 42673b99 authored by R. RyanTM's avatar R. RyanTM Committed by Cabia Rangris
Browse files

python3Packages.pyphotonfile: 0.2.1+ -> 0.2.1

parent 6b32e2cf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
  numpy,
}:
let
  version = "0.2.1+";
  version = "0.2.1";
in
buildPythonPackage {
  pname = "pyphotonfile";
@@ -22,7 +22,7 @@ buildPythonPackage {
    owner = "cab404";
    repo = "pyphotonfile";
    rev = "b7ee92a0071007bb1d6a5984262651beec26543d";
    sha256 = "iB5ky4fPX8ZnvXlDpggqS/345k2x/mPC4cIgb9M0f/c=";
    sha256 = "sha256-iB5ky4fPX8ZnvXlDpggqS/345k2x/mPC4cIgb9M0f/c=";
  };

  meta = with lib; {