about summary refs log tree commit diff
path: root/pkgs/development/python-modules/fritzprofiles
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-07-23 06:53:34 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-07-23 06:53:34 +0000
commit31bc732d8ef9fc47c61f0237e6057fc0379d89bf (patch)
tree2b2c4c7e9c3c62827f03eb8558620ac0f4d613a1 /pkgs/development/python-modules/fritzprofiles
parentb09661d41fb93562fd53f31574dbf781b130ac44 (diff)
fritzprofiles: 0.6.1 -> 0.7.3
Diffstat (limited to 'pkgs/development/python-modules/fritzprofiles')
-rw-r--r--pkgs/development/python-modules/fritzprofiles/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/fritzprofiles/default.nix b/pkgs/development/python-modules/fritzprofiles/default.nix
index 17716e5fc9503..b998f9949807c 100644
--- a/pkgs/development/python-modules/fritzprofiles/default.nix
+++ b/pkgs/development/python-modules/fritzprofiles/default.nix
@@ -7,12 +7,12 @@
 
 buildPythonPackage rec {
   pname = "fritzprofiles";
-  version = "0.6.1";
+  version = "0.7.3";
   format = "setuptools";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1bd4sa3i1ldkg6lnsvg004csgqklvi5xk71y971qyjvsbdbwgbn3";
+    sha256 = "sha256-VoKgLJWF9x8dW8A6CNwLtK+AmehtgZP41nUGQO819es=";
   };
 
   propagatedBuildInputs = [