Skip to content

Commit

Permalink
evalys: 4.0.5->4.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoquet committed Feb 8, 2024
1 parent 6e78320 commit 16aa8aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/evalys/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{lib, python3Packages, procset}:
python3Packages.buildPythonPackage rec {
pname = "evalys";
version = "4.0.5";
version = "4.0.7";
name = "${pname}-${version}";

src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "0qj1gm6j1r4ziaz5sfbqh59xjpvhg2v573xicfhrl568yqsca95q";
hash = "sha256-PxND5AJ2ymjbWM9ZhAF6FfL1Z1jcoYD+D3iv8gC+hRg=";
};

propagatedBuildInputs = with python3Packages; [
Expand Down

0 comments on commit 16aa8aa

Please sign in to comment.