about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-06-14 14:14:02 -0400
committerGitHub <noreply@github.com>2024-06-14 14:14:02 -0400
commit26c179e1c2a67b900472e5aa9920be53ad573a7a (patch)
tree3318371f68b0c52b60094bdb4aab8eaeb686f04f /pkgs
parente75fd8fc1d7e3f14d632dae059e5a7bdf2213f42 (diff)
parentaf1db6b74e94fe3e970d2a414c208d6d7ad1f677 (diff)
Merge pull request #319762 from fabaff/pywerview-bump
python312Packages.pywerview: 0.6 -> 0.6.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/pywerview/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pywerview/default.nix b/pkgs/development/python-modules/pywerview/default.nix
index 3e92420c5423f..edd1534e6f667 100644
--- a/pkgs/development/python-modules/pywerview/default.nix
+++ b/pkgs/development/python-modules/pywerview/default.nix
@@ -15,7 +15,7 @@
 
 buildPythonPackage rec {
   pname = "pywerview";
-  version = "0.6";
+  version = "0.6.1";
   pyproject = true;
 
   disabled = pythonOlder "3.7";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
     owner = "the-useless-one";
     repo = "pywerview";
     rev = "refs/tags/v${version}";
-    hash = "sha256-WZE6qWq9v4A78YELMEcbgyufBRrVFRTqlhGmknpKn1Y=";
+    hash = "sha256-hsilBqk73txYIlgRtbn/l/kWORMGft7ne5BffchDLPc=";
   };
 
   nativeBuildInputs = [ setuptools ];