Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 089afe52aa76
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4a75ca4a4e7d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 3, 2021

  1. python3Packages.pymetno: 0.5.1 -> 0.8.1 (#100131)

    (cherry picked from commit afbf62d)
    
    Home-assistant 0.114.4 does not work with the old version of this
    package.
    flyfloh authored and Florian committed Jan 3, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    bagder Daniel Stenberg
    Copy the full SHA
    5e4bebe View commit details

Commits on Jan 5, 2021

  1. Merge pull request #108306 from flyfloh/backport-pymetno

    [20.09] python3Packages.pymetno: 0.5.1 -> 0.8.1 (#100131)
    mweinelt authored Jan 5, 2021
    Copy the full SHA
    4a75ca4 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/pymetno/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pymetno/default.nix
Original file line number Diff line number Diff line change
@@ -9,13 +9,13 @@

buildPythonPackage rec {
pname = "PyMetno";
version = "0.5.1";
version = "0.8.1";

src = fetchFromGitHub {
repo = pname;
owner = "Danielhiversen";
rev = version;
sha256 = "1ihq1lzgzcxbg916izakx9jp0kp1vdrcdwcwwwsws838wc08ax6m";
sha256 = "1jngf0mbn5hn166pqh1ga5snwwvv7n5kv1k9kaksrfibixkvpw6h";
};

propagatedBuildInputs = [ aiohttp async-timeout pytz xmltodict ];