summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-01-15 00:02:40 +0100
committerGitHub <noreply@github.com>2023-01-15 00:02:40 +0100
commit9b05f6dbd0c2b53c6392a1a51f72a8dd6bda0bee (patch)
treee212e3f8d6fa02db9f71d0c75ee5e1807b9d8d1d
parent9c9850c8ab771248bc9f42fa242b5887589a16f1 (diff)
parentcf8afad802525dcfaba4aea4ea204c7a8d74ba94 (diff)
Merge pull request #210678 from fabaff/mill-local-bump
python310Packages.mill-local: 0.2.0 -> 0.3.0
-rw-r--r--pkgs/development/python-modules/mill-local/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/mill-local/default.nix b/pkgs/development/python-modules/mill-local/default.nix
index 1d13d8bd92cf..6c24ba8f424c 100644
--- a/pkgs/development/python-modules/mill-local/default.nix
+++ b/pkgs/development/python-modules/mill-local/default.nix
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "mill-local";
- version = "0.2.0";
+ version = "0.3.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "Danielhiversen";
repo = "pyMillLocal";
rev = "refs/tags/${version}";
- sha256 = "sha256-u7TidHD0NzZ1JxYoCWviIXSsXojJHvVNg07eDBFQuls=";
+ hash = "sha256-kFBzasS7/5AM/ZW5z1ncZ9Xwuy/bh2LTVXPxNTLQnV0=";
};
propagatedBuildInputs = [
@@ -35,6 +35,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python module to communicate locally with Mill heaters";
homepage = "https://github.com/Danielhiversen/pyMillLocal";
+ changelog = "https://github.com/Danielhiversen/pyMillLocal/releases/tag/${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};