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: 61b839d9d61b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 660ae96644c5
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 10, 2020

  1. python37Packages.trytond: 5.6.8 -> 5.8.0

    r-ryantm authored and Jonathan Ringer committed Nov 10, 2020
    Copy the full SHA
    660ae96 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.6.8";
version = "5.8.0";
disabled = pythonOlder "3.5";

src = fetchPypi {
inherit pname version;
sha256 = "330067d7319a50b9fb15e89d224e89ab28bc363926774adf7fa119f681b106b6";
sha256 = "ae9baf7a83a3249686703eee71e81a0283570f545ce985a999fd74b6ab3d4e4f";
};

# Tells the tests which database to use