Skip to content

Commit

Permalink
polyply: 1.5.0 -> unstable-15-08-2023
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepforce committed Aug 16, 2023
1 parent 4500300 commit 0d9bfa7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/apps/polyply/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@

buildPythonPackage rec {
pname = "polyply";
version = "1.5.0";
version = "unstable-15-08-2023";

src = fetchFromGitHub {
owner = "marrink-lab";
repo = "polyply_1.0";
rev = "v${version}";
hash = "sha256-nyyNjuzD9RSzuo5TQyCP/aHqDj3jZ8Tx5sExUXAswCw=";
rev = "1ecd4d585eb00810e547deff63a1debebe071b7e";
hash = "sha256-115wCHdthG5kLIukwiOeO1ld7S4h/CFOVRQq92wtiv8=";
};

postPatch = ''
Expand All @@ -36,7 +36,7 @@ buildPythonPackage rec {
pbr
];

preConfigure = "export PBR_VERSION=${version}";
preConfigure = "export PBR_VERSION=1.5.0";
format = "pyproject";

checkInputs = [ pytestCheckHook ];
Expand Down

0 comments on commit 0d9bfa7

Please sign in to comment.