summary refs log tree commit diff
path: root/pkgs/tools/misc/pdd
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-07-03 20:27:12 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-07-03 20:27:12 -0700
commite8b101da14ad8d3cb1cdfc06a84af7aff5fe750c (patch)
treea7ea81d7c28f3b7cdff29cde6a3c96cae343a421 /pkgs/tools/misc/pdd
parenta260b3d681164bedaeb90fd578390147799d638c (diff)
downloadnixpkgs-e8b101da14ad8d3cb1cdfc06a84af7aff5fe750c.tar
nixpkgs-e8b101da14ad8d3cb1cdfc06a84af7aff5fe750c.tar.gz
nixpkgs-e8b101da14ad8d3cb1cdfc06a84af7aff5fe750c.tar.bz2
nixpkgs-e8b101da14ad8d3cb1cdfc06a84af7aff5fe750c.tar.lz
nixpkgs-e8b101da14ad8d3cb1cdfc06a84af7aff5fe750c.tar.xz
nixpkgs-e8b101da14ad8d3cb1cdfc06a84af7aff5fe750c.tar.zst
nixpkgs-e8b101da14ad8d3cb1cdfc06a84af7aff5fe750c.zip
pdd: 1.2 -> 1.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/pdd/versions.

Version release notes (from GitHub):
## What's in?

- Custom resolution for stopwatch (default - milliseconds)
- Option `-q` (quiet) to run timers in the background
- Show timers in reverse video
- Use ISO 8601 format for dates
- Some Windows-specific fixes

**Note:** the attached auto-generated package for Ubuntu 18.04 has a missing dependency - `python3-dateutil`. It's required but had to be ignored temporarily due to a build failure. Please run:

    sudo apt-get install python3-dateutil
for the package to work correctly after installation.

<p align="center">
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RMLTQ76JSXJ4Q"><img src="https://img.shields.io/badge/PayPal-donate-green.svg" alt="Donate via PayPal!" /></a>
</p>

These checks were done:

- built on NixOS
- /nix/store/mwv0y87m5x73xslyq4zar4vxxdvfwww7-pdd-1.3/bin/.pdd-wrapped passed the binary check.
- /nix/store/mwv0y87m5x73xslyq4zar4vxxdvfwww7-pdd-1.3/bin/pdd passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 1.3 with grep in /nix/store/mwv0y87m5x73xslyq4zar4vxxdvfwww7-pdd-1.3
- directory tree listing: https://gist.github.com/0848d82c6dddf60c43205c10b360df35
- du listing: https://gist.github.com/c2d9c78b7020ca61bd818ab1ac43ab93
Diffstat (limited to 'pkgs/tools/misc/pdd')
-rw-r--r--pkgs/tools/misc/pdd/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/pdd/default.nix b/pkgs/tools/misc/pdd/default.nix
index c075312618b..d84f0f966e4 100644
--- a/pkgs/tools/misc/pdd/default.nix
+++ b/pkgs/tools/misc/pdd/default.nix
@@ -2,13 +2,13 @@
 
 buildPythonApplication rec {
   pname = "pdd";
-  version = "1.2";
+  version = "1.3";
 
   src = fetchFromGitHub {
     owner = "jarun";
     repo = "pdd";
     rev = "v${version}";
-    sha256 = "09nyzzch4jlsjfx8axqyxh9d1sw8x4g3vg5fbxz7m16994fzz75i";
+    sha256 = "1r7861qg73jpchgmk8zcz0iki95ic1i3f77sd7j7vf5bvkikv739";
   };
 
   format = "other";