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: 9acbfa9d85f8
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3d87e7d19bdc
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 2, 2021

  1. Copy the full SHA
    e0b050c View commit details
  2. Merge pull request #108192 from r-ryantm/auto-update/trytond

    python37Packages.trytond: 5.8.1 -> 5.8.2
    SuperSandro2000 authored Jan 2, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3d87e7d View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/trytond/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/trytond/default.nix
Original file line number Diff line number Diff line change
@@ -25,12 +25,12 @@ with stdenv.lib;

buildPythonApplication rec {
pname = "trytond";
version = "5.8.1";
version = "5.8.2";
disabled = pythonOlder "3.5";

src = fetchPypi {
inherit pname version;
sha256 = "9c1afca73b13ede07680015d69f611c7dec33b8c22565de70f0cbbf0464b8db7";
sha256 = "dea7d11ec0b4584a438fab7a1acb56864b32cc9e7d6ffa166572f75a2b033dc0";
};

# Tells the tests which database to use