python311Packages.pyemvue 0 -> 1 attrpath: python311Packages.pyemvue Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3lzd5a266cghjnlgcrdgali3vl6afic6-packages.json.drv building '/nix/store/3lzd5a266cghjnlgcrdgali3vl6afic6-packages.json.drv'... Going to be running update for following packages: - python3.11-pyemvue-0.18.0 Press Enter key to continue... Running update for: - python3.11-pyemvue-0.18.0: UPDATING ... - python3.11-pyemvue-0.18.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyemvue/default.nix b/pkgs/development/python-modules/pyemvue/default.nix index d8502aaf4333..22e7e667929d 100644 --- a/pkgs/development/python-modules/pyemvue/default.nix +++ b/pkgs/development/python-modules/pyemvue/default.nix @@ -14,12 +14,12 @@ buildPythonPackage rec { pname = "pyemvue"; - version = "0.18.0"; + version = "0.18.4"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-s1Uuoiog3OkqOb6PSTqh79vgyLDGFIuZMCyQKH+qG3g="; + hash = "sha256-PTRVabYbT7Xwjkm+Oz56YjNb5Xwcgxn+IvXeazKsHyY="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.18.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi # build-system , hatchling # propagated modules , requests , python-dateutil , pycognito , typing-extensions }: buildPythonPackage rec { pname = "pyemvue"; version = "0.18.4"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-PTRVabYbT7Xwjkm+Oz56YjNb5Xwcgxn+IvXeazKsHyY="; }; nativeBuildInputs = [ hatchling ]; propagatedBuildInputs = [ requests python-dateutil pycognito typing-extensions ]; pythonImportsCheck = [ "pyemvue" ]; # has no tests doCheck = false; meta = with lib; { changelog = "https://github.com/magico13/PyEmVue/releases/tag/v${version}"; description = "A Python library for reading data from the Emporia Vue energy monitoring system"; homepage = "https://github.com/magico13/PyEmVue"; license = licenses.mit; maintainers = with maintainers; [ presto8 ]; }; }