Skip to content

Commit

Permalink
python310Packages.mill-local: 0.1.1 -> 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 13, 2022
1 parent 9608ace commit 5bcf79e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/mill-local/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

buildPythonPackage rec {
pname = "mill-local";
version = "0.1.1";
version = "0.2.0";
format = "setuptools";

disabled = pythonOlder "3.8";

src = fetchFromGitHub {
owner = "Danielhiversen";
repo = "pyMillLocal";
rev = version;
sha256 = "sha256-OKaR0hpNVBlaZrEmEmHxqRG1i03XP2Z4c7c35YIqe+I=";
rev = "refs/tags/${version}";
sha256 = "sha256-u7TidHD0NzZ1JxYoCWviIXSsXojJHvVNg07eDBFQuls=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 5bcf79e

Please sign in to comment.